summaryrefslogtreecommitdiffstats
path: root/src/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/midi.h')
-rw-r--r--src/midi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/midi.h b/src/midi.h
index fd9b749..004e824 100644
--- a/src/midi.h
+++ b/src/midi.h
@@ -13,5 +13,7 @@ typedef struct midi_t {
void init_midi(midi_t *midi, synth_t *synth);
void terminate_midi(midi_t *midi);
+int get_midi_device_id(const char * name);
+char * get_midi_devices();
#endif /* MIDI_H */