wip midi
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "types.h"
|
||||
|
||||
#ifndef MIDI_H
|
||||
#define MIDI_H
|
||||
|
||||
MidiDevice midi_open(char *name);
|
||||
void midi_close(MidiDevice device);
|
||||
|
||||
#endif /* MIDI_H */
|
||||
Reference in New Issue
Block a user