chore: reduce debt for config_file

This commit is contained in:
2025-11-10 15:56:04 +01:00
parent 54224779b6
commit 4405203459
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef MIDI_H
#define MIDI_H
void midi_open(MidiDevice *device, char *name);
void midi_open(MidiDevice *device, const char *name);
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,