From 39ec820c931b07bc0cec98add36f106a5965e137 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 4 Jan 2025 13:48:34 +0100 Subject: BPM detect --- MIDI.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MIDI.cpp') diff --git a/MIDI.cpp b/MIDI.cpp index 5e625bd..dedd94a 100644 --- a/MIDI.cpp +++ b/MIDI.cpp @@ -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() -- cgit v1.2.3