From fd0cea2ce5b43f04e9d2abcecc2a1e6b8bb95c73 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 16 Apr 2018 15:59:54 +0200 Subject: Rework when to play notes in attack --- config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'config.c') 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; int g_midi_three_octave_split_1 = 33; int g_midi_three_octave_split_2 = 66; int g_midi_three_octave_split_inverse = 0; +int g_settled_timedelta = 10; int g_settled_dist = 5; int g_timetosilence = 30; int g_pitchbend_delay = 500; -- cgit v1.2.3