This commit is contained in:
2025-09-28 16:47:36 +02:00
parent 32eb037710
commit fb071f95b4
6 changed files with 51 additions and 8 deletions
+1
View File
@@ -153,6 +153,7 @@ typedef struct ConfigFileItem {
typedef struct MidiDevice {
bool error;
char *name;
snd_rawmidi_t *input;
snd_rawmidi_t *output;
} MidiDevice;