fix: don't log errors while reconnecting

This commit is contained in:
2026-05-16 16:46:15 +02:00
parent 9969230cd9
commit 7cce5babc2
5 changed files with 38 additions and 15 deletions
+1 -1
View File
@@ -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);