Merge branch 'main' of https://git.pinkduck.xyz/adam/libGravity into euclidean

This commit is contained in:
2025-06-28 09:48:40 -07:00
6 changed files with 33 additions and 57 deletions

View File

@ -11,8 +11,8 @@ struct AppState {
bool encoder_reversed = false;
bool refresh_screen = true;
bool editing_param = false;
int selected_param = 0;
int selected_sub_param = 0;
byte selected_param = 0;
byte selected_sub_param = 0;
byte selected_channel = 0; // 0=tempo, 1-6=output channel
byte selected_shuffle = 0;
Clock::Source selected_source = Clock::SOURCE_INTERNAL;