|
|
@ -55,8 +55,8 @@ public: |
|
|
|
// To be called from the MIDI device on reception of a MIDI CC message
|
|
|
|
// To be called from the MIDI device on reception of a MIDI CC message
|
|
|
|
void UIMIDICmdHandler (unsigned nMidiCh, unsigned nMidiCmd, unsigned nMidiData1, unsigned nMidiData2); |
|
|
|
void UIMIDICmdHandler (unsigned nMidiCh, unsigned nMidiCmd, unsigned nMidiData1, unsigned nMidiData2); |
|
|
|
|
|
|
|
|
|
|
|
void LCDWrite (const char *pString); // Print to optional HD44780 display
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
|
|
|
|
void LCDWrite (const char *pString); // Print to optional HD44780 display
|
|
|
|
|
|
|
|
|
|
|
|
void EncoderEventHandler (CKY040::TEvent Event); |
|
|
|
void EncoderEventHandler (CKY040::TEvent Event); |
|
|
|
static void EncoderEventStub (CKY040::TEvent Event, void *pParam); |
|
|
|
static void EncoderEventStub (CKY040::TEvent Event, void *pParam); |
|
|
|