diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-16 15:59:54 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-04-16 15:59:54 +0200 |
commit | fd0cea2ce5b43f04e9d2abcecc2a1e6b8bb95c73 (patch) | |
tree | bddd8fa40736eca31a72dfe3cb30a5804997bb6d /config.c | |
parent | ed5ec5c193630c230e4a4d3a1a8b0f218381511b (diff) |
Rework when to play notes in attack
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; |