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.h | |
| parent | ed5ec5c193630c230e4a4d3a1a8b0f218381511b (diff) | |
Rework when to play notes in attack
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -16,6 +16,7 @@ extern int g_midi_three_octave_split_inverse; | |||
| 16 | extern int g_midi_main_control; | 16 | extern int g_midi_main_control; |
| 17 | extern int g_midi_main_channel; | 17 | extern int g_midi_main_channel; |
| 18 | extern int g_settled_dist; | 18 | extern int g_settled_dist; |
| 19 | extern int g_settled_timedelta; | ||
| 19 | extern int g_timetosilence; | 20 | extern int g_timetosilence; |
| 20 | extern int g_pitchbend_delay; | 21 | extern int g_pitchbend_delay; |
| 21 | extern int g_normalize_factor; | 22 | extern int g_normalize_factor; |
| @@ -72,6 +73,7 @@ typedef struct { | |||
| 72 | /* runtime values */ | 73 | /* runtime values */ |
| 73 | uint32_t first_time_seen; | 74 | uint32_t first_time_seen; |
| 74 | uint32_t last_time_seen; | 75 | uint32_t last_time_seen; |
| 76 | int seen_but_unchecked; | ||
| 75 | StringPlaying playing; | 77 | StringPlaying playing; |
| 76 | int octave; | 78 | int octave; |
| 77 | int start_off; | 79 | int start_off; |
