feat: auto-reconnect midi
Clang Lint CI / lint-no-video (push) Successful in 59s
Clang Build CI / run-no-video (push) Successful in 59s
Clang Build CI / run-video (push) Successful in 59s
Clang Build CI / build-release (push) Successful in 1m31s
Clang Lint CI / lint-video (push) Successful in 1m7s
Clang Lint CI / lint-no-video (push) Successful in 59s
Clang Build CI / run-no-video (push) Successful in 59s
Clang Build CI / run-video (push) Successful in 59s
Clang Build CI / build-release (push) Successful in 1m31s
Clang Lint CI / lint-video (push) Successful in 1m7s
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
#define MIDI_H
|
||||
|
||||
void midi_open(MidiDevice *device, const char *name);
|
||||
void midi_write(const MidiDevice *device, unsigned char code,
|
||||
unsigned char value);
|
||||
void midi_write(MidiDevice device, unsigned char code, unsigned char value);
|
||||
void *midi_background_listen(void *args);
|
||||
void midi_close(MidiDevice *device);
|
||||
|
||||
#endif /* MIDI_H */
|
||||
|
||||
Reference in New Issue
Block a user