Added ICM, knob CCs
This commit is contained in:
parent
e757ebc885
commit
00cdfc08e0
7 changed files with 125 additions and 46 deletions
|
|
@ -104,6 +104,9 @@ struct instrument_state_t {
|
|||
byte leverVal = 0; // keep track and make sure we send CC with 0 value when off threshold
|
||||
int pitchBend = 8192;
|
||||
int pbSend = 8192; // Pitch bend actually sent, modified by vibrato, etc
|
||||
byte knobVals[4];
|
||||
byte rollCCVal = 0;
|
||||
byte tiltCCVal = 0;
|
||||
|
||||
// Key states
|
||||
byte quarterToneTrigger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue