From ef578ac72a70bfbe8aee726d43374c841d77ade4 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 20 Jan 2025 16:32:33 +0100 Subject: Detect MIDI port --- MIDI.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MIDI.h') diff --git a/MIDI.h b/MIDI.h index ee01f5b..46d7482 100644 --- a/MIDI.h +++ b/MIDI.h @@ -34,6 +34,9 @@ public: void wait_for_event(); private: + void detect_port(void); + + int m_client; snd_seq_t *seq_handle; int in_port; int npfd; -- cgit v1.2.3