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
@@ -6,11 +6,11 @@
|
||||
void state_parse_config(StateConfig *state_config, const ConfigFile *config);
|
||||
|
||||
void state_midi_event(Context *context, StateConfig state_config,
|
||||
const MidiDevice *midi, unsigned char code,
|
||||
MidiDevice midi, unsigned char code,
|
||||
unsigned char value, bool trace_midi);
|
||||
|
||||
void state_key_event(Context *context, StateConfig state_config,
|
||||
unsigned int code, const MidiDevice *midi);
|
||||
unsigned int code, MidiDevice midi);
|
||||
|
||||
void *state_background_write(void *args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user