diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-20 16:32:33 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-20 16:32:33 +0100 |
commit | ef578ac72a70bfbe8aee726d43374c841d77ade4 (patch) | |
tree | daa87af254aa5bc3fbb9b2276f1059c872c2a423 /MIDI.h | |
parent | 7ecbb11321a05f7498f36ff91d08b51fd3d00a62 (diff) |
Detect MIDI port
Diffstat (limited to 'MIDI.h')
-rw-r--r-- | MIDI.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |