|
|
@ -76,6 +76,8 @@ public: |
|
|
|
void keydown (int16_t pitch, uint8_t velocity, unsigned nTG); |
|
|
|
void keydown (int16_t pitch, uint8_t velocity, unsigned nTG); |
|
|
|
|
|
|
|
|
|
|
|
void setSustain (bool sustain, unsigned nTG); |
|
|
|
void setSustain (bool sustain, unsigned nTG); |
|
|
|
|
|
|
|
void panic (uint8_t value, unsigned nTG); |
|
|
|
|
|
|
|
void notesOff (uint8_t value, unsigned nTG); |
|
|
|
void setModWheel (uint8_t value, unsigned nTG); |
|
|
|
void setModWheel (uint8_t value, unsigned nTG); |
|
|
|
void setPitchbend (int16_t value, unsigned nTG); |
|
|
|
void setPitchbend (int16_t value, unsigned nTG); |
|
|
|
void ControllersRefresh (unsigned nTG); |
|
|
|
void ControllersRefresh (unsigned nTG); |
|
|
|