feat: 0 hotkey to reset everything

This commit is contained in:
2025-11-10 22:20:28 +01:00
parent f700f0167b
commit fb5e5fcf38
5 changed files with 34 additions and 3 deletions
+5
View File
@@ -17,8 +17,13 @@ void state_init(SharedContext *context, const StateConfig *state_config,
bool demo, bool auto_random, unsigned int base_tempo,
const char *state_file, bool load_state);
void state_reset(SharedContext *context);
void state_randomize(SharedContext *context, const StateConfig *state_config);
void state_apply(SharedContext *context, const StateConfig *state_config,
const MidiDevice *midi);
void state_save(const SharedContext *context, const StateConfig *state_config,
const char *state_file);