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.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 25b9e0d..80e7f78 100644 --- a/config.h +++ b/config.h @@ -16,6 +16,7 @@ extern int g_midi_three_octave_split_inverse; extern int g_midi_main_control; extern int g_midi_main_channel; extern int g_settled_dist; +extern int g_settled_timedelta; extern int g_timetosilence; extern int g_pitchbend_delay; extern int g_normalize_factor; @@ -72,6 +73,7 @@ typedef struct { /* runtime values */ uint32_t first_time_seen; uint32_t last_time_seen; + int seen_but_unchecked; StringPlaying playing; int octave; int start_off; -- cgit v1.2.3