This commit is contained in:
2025-09-28 15:56:19 +02:00
parent 12cc9040d8
commit b12fb43654
9 changed files with 77 additions and 17 deletions
+9
View File
@@ -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 */