more minor cleanup

This commit is contained in:
2025-06-21 22:46:38 -07:00
parent ec7df0e517
commit 572b47f9d1
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ struct AppState {
int selected_param = 0;
int selected_sub_param = 0;
byte selected_channel = 0; // 0=tempo, 1-6=output channel
byte selected_shuffle = 0; // index into shuffle template
byte selected_shuffle = 0;
Clock::Source selected_source = Clock::SOURCE_INTERNAL;
Channel channel[Gravity::OUTPUT_COUNT];
};