midi write state
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@
|
||||
#define MIDI_H
|
||||
|
||||
MidiDevice midi_open(char *name);
|
||||
void midi_write(MidiDevice device, unsigned char code, float value);
|
||||
void midi_write(MidiDevice device, unsigned char code, unsigned char value);
|
||||
bool midi_background_listen(MidiDevice device, SharedContext *context,
|
||||
void (*event_callback)(unsigned char code,
|
||||
float value));
|
||||
unsigned char value));
|
||||
|
||||
#endif /* MIDI_H */
|
||||
Reference in New Issue
Block a user