summaryrefslogtreecommitdiffhomepage
path: root/MIDI.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-04 13:48:34 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-04 13:48:34 +0100
commit39ec820c931b07bc0cec98add36f106a5965e137 (patch)
treed1f2f0feb07ff325f363e767181ffaeeab94e20b /MIDI.h
parentb2c35cdf69a9084806ac7930cf4475980d596cf6 (diff)
BPM detect
Diffstat (limited to 'MIDI.h')
-rw-r--r--MIDI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MIDI.h b/MIDI.h
index 177fd59..8045684 100644
--- a/MIDI.h
+++ b/MIDI.h
@@ -19,6 +19,7 @@ public:
boost::signals2::signal<void(int, int, uint64_t)> signal_note;
boost::signals2::signal<void()> signal_active_sensing;
boost::signals2::signal<void()> signal_clock;
+ boost::signals2::signal<void()> signal_count_events;
int fd();