diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-04 13:48:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-04 13:48:34 +0100 |
commit | 39ec820c931b07bc0cec98add36f106a5965e137 (patch) | |
tree | d1f2f0feb07ff325f363e767181ffaeeab94e20b /MIDI.cpp | |
parent | b2c35cdf69a9084806ac7930cf4475980d596cf6 (diff) |
BPM detect
Diffstat (limited to 'MIDI.cpp')
-rw-r--r-- | MIDI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -148,6 +148,8 @@ void MIDI::process(snd_seq_event_t *ev) { log_cout << fmt::format("[{}] Unknown MIDI event: {}\n", timestamp_from_event(ev), ev->type) << std::endl; } + + signal_count_events(); } void MIDI::flush() |