fix: don't log errors while reconnecting
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
#ifndef MIDI_H
|
||||
#define MIDI_H
|
||||
|
||||
void midi_open(MidiDevice *device, const char *name);
|
||||
void midi_open(MidiDevice *device, const char *name, bool log_error);
|
||||
void midi_write(MidiDevice device, unsigned char code, unsigned char value);
|
||||
void *midi_background_listen(void *args);
|
||||
void midi_close(MidiDevice *device);
|
||||
|
||||
Reference in New Issue
Block a user