summaryrefslogtreecommitdiffhomepage
path: root/MIDI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MIDI.cpp')
-rw-r--r--MIDI.cpp2
1 files changed, 2 insertions, 0 deletions
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()