diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ int g_midi_two_octave_split = 50; | |||
12 | int g_midi_three_octave_split_1 = 33; | 12 | int g_midi_three_octave_split_1 = 33; |
13 | int g_midi_three_octave_split_2 = 66; | 13 | int g_midi_three_octave_split_2 = 66; |
14 | int g_midi_three_octave_split_inverse = 0; | 14 | int g_midi_three_octave_split_inverse = 0; |
15 | int g_settled_timedelta = 10; | ||
15 | int g_settled_dist = 5; | 16 | int g_settled_dist = 5; |
16 | int g_timetosilence = 30; | 17 | int g_timetosilence = 30; |
17 | int g_pitchbend_delay = 500; | 18 | int g_pitchbend_delay = 500; |