Added secondary breath CC setting (free 1-127) with a rise multiplier to make this CC rise faster than primary CC, for example to get a fast rising VCA control together with a less steep VCF slope. Changed portamento sensor name to BITE. Put SNS dots for MPR121 and Teensy touch keys on separate rows to avoid blanking when redrawn. Note: Update resets to factory settings.
This commit is contained in:
parent
1d34681c40
commit
1cc50cff63
6 changed files with 60 additions and 13 deletions
|
@ -40,7 +40,9 @@ extern unsigned short extracMaxVal;
|
|||
extern unsigned short ctouchThrVal;
|
||||
extern unsigned short transpose;
|
||||
extern unsigned short MIDIchannel;
|
||||
extern unsigned short breathCC; // OFF:MW:BR:VL:EX:MW+:BR+:VL+:EX+:CF
|
||||
extern unsigned short breathCC; // OFF:MW:BR:VL:EX:SR:MW+:BR+:VL+:EX+:SR+:CF:UNO
|
||||
extern unsigned short breathCC2; // OFF:1-127
|
||||
extern unsigned short breathCC2Rise; // 1X:2X:3X:4X:5X
|
||||
extern unsigned short breathAT;
|
||||
extern unsigned short velocity;
|
||||
extern unsigned short portamento;// switching on cc65? just cc5 enabled? SW:ON:OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue