page and item selection
This commit is contained in:
+2
-4
@@ -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 */
|
||||
Reference in New Issue
Block a user