wip state

This commit is contained in:
2025-09-28 22:58:40 +02:00
parent 8762abe508
commit 4c2ce542e7
4 changed files with 49 additions and 5 deletions
+7
View File
@@ -5,6 +5,13 @@
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);
bool state_background_midi_write(SharedContext *context,
StateConfig state_config, MidiDevice midi);
void state_randomize(SharedContext *context, StateConfig state_config,
unsigned int state_count);