page and item selection

This commit is contained in:
2025-09-29 22:00:51 +02:00
parent afb9fb9d13
commit 2138da7d4d
9 changed files with 106 additions and 41 deletions
+2 -4
View File
@@ -6,13 +6,11 @@
StateConfig state_parse_config(ConfigFile config);
void state_apply_event(SharedContext *context, StateConfig state_config,
unsigned int state_count, MidiDevice midi,
unsigned char code, float value);
MidiDevice midi, unsigned char code, float value);
bool state_background_midi_write(SharedContext *context,
StateConfig state_config, MidiDevice midi);
void state_randomize(SharedContext *context, StateConfig state_config,
unsigned int state_count);
void state_randomize(SharedContext *context, StateConfig state_config);
#endif /* STATE_H */