summaryrefslogtreecommitdiffhomepage
path: root/MIDI.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-20 16:32:33 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-20 16:32:33 +0100
commitef578ac72a70bfbe8aee726d43374c841d77ade4 (patch)
treedaa87af254aa5bc3fbb9b2276f1059c872c2a423 /MIDI.h
parent7ecbb11321a05f7498f36ff91d08b51fd3d00a62 (diff)
Detect MIDI port
Diffstat (limited to 'MIDI.h')
-rw-r--r--MIDI.h3
1 files changed, 3 insertions, 0 deletions
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;