Fix for bite vibrato sensitivity. Added increased range of sensitivity settings. Added possibility to use both bite and lever for vibrato at the same time. Separate timing interval for breath (trying to get speed up again). Moved Teensy touch sense calls for pinky key and special key to function less often called (every standard CC interval). Changed menu name VEL BIAS to VEL BOOST which is a more accurate description.

This commit is contained in:
Johan Berglund 2019-08-25 12:38:02 +02:00
parent 8ad8803c57
commit bab51190e1
5 changed files with 47 additions and 33 deletions

View file

@ -11,9 +11,10 @@
#define CCN_Port 5 // Controller number for portamento level
#define CCN_PortOnOff 65// Controller number for portamento on/off
// Send breath CC data no more than every CC_INTERVAL (other CC is sent with double interval)
// Send breath CC data no more than every CC_BREATH_INTERVAL
// milliseconds (due to timing errors, the value should be about half the actual wanted value)
#define CC_INTERVAL 2
#define CC_BREATH_INTERVAL 1
#define CC_INTERVAL 10
#define breathLoLimit 0