midi write state

This commit is contained in:
2025-09-30 19:14:05 +02:00
parent 81ea1b54ff
commit e379df8665
6 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ static void key_callback(Window *window, int key,
}
}
static void midi_callback(unsigned char code, float value) {
static void midi_callback(unsigned char code, unsigned char value) {
state_apply_event(context, state_config, midi, code, value);
}