summaryrefslogtreecommitdiffhomepage
path: root/MIDI.h
diff options
context:
space:
mode:
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;