Small tweak to CC intervals (mainly for pitch bend message interval update as a slight steppiness could be detected in some situations)
This commit is contained in:
parent
7cb0b1c271
commit
35a5943998
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
// milliseconds
|
||||
#define CC_BREATH_INTERVAL 5
|
||||
#define SLOW_MIDI_ADD 7
|
||||
#define CC_INTERVAL 13
|
||||
#define CC_INTERVAL2 19
|
||||
#define CC_INTERVAL 9
|
||||
#define CC_INTERVAL2 13
|
||||
#define CC_INTERVAL3 37
|
||||
#define LVL_TIMER_INTERVAL 15
|
||||
#define CVPORTATUNE 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue