Added ICM, knob CCs

This commit is contained in:
Brian Hrebec 2023-08-30 23:54:06 -05:00
parent e757ebc885
commit 00cdfc08e0
7 changed files with 125 additions and 46 deletions

View file

@ -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;