summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2018-04-16 15:59:54 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2018-04-16 15:59:54 +0200
commitfd0cea2ce5b43f04e9d2abcecc2a1e6b8bb95c73 (patch)
treebddd8fa40736eca31a72dfe3cb30a5804997bb6d /config.c
parented5ec5c193630c230e4a4d3a1a8b0f218381511b (diff)
Rework when to play notes in attack
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 9e47044..7fa938d 100644
--- a/config.c
+++ b/config.c
@@ -12,6 +12,7 @@ int g_midi_two_octave_split = 50;
12int g_midi_three_octave_split_1 = 33; 12int g_midi_three_octave_split_1 = 33;
13int g_midi_three_octave_split_2 = 66; 13int g_midi_three_octave_split_2 = 66;
14int g_midi_three_octave_split_inverse = 0; 14int g_midi_three_octave_split_inverse = 0;
15int g_settled_timedelta = 10;
15int g_settled_dist = 5; 16int g_settled_dist = 5;
16int g_timetosilence = 30; 17int g_timetosilence = 30;
17int g_pitchbend_delay = 500; 18int g_pitchbend_delay = 500;