feat(state): load state on start

This commit is contained in:
2025-11-02 15:04:36 +01:00
parent 09e04720f1
commit b8bc021e69
9 changed files with 75 additions and 26 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ bool state_background_midi_write(SharedContext *context,
StateConfig state_config, MidiDevice midi);
void state_init(SharedContext *context, StateConfig state_config, bool demo,
unsigned int base_tempo, char *state_file, bool empty_state);
unsigned int base_tempo, char *state_file, bool load_state);
void state_randomize(SharedContext *context, StateConfig state_config);