Scale type submenu

This commit is contained in:
Dejvino
2026-03-06 22:45:03 +01:00
parent f979c2c5d7
commit 7da78f5fb9
7 changed files with 51 additions and 254 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public:
static void mutateSequence(Step (*target)[NUM_STEPS]);
static void generateRandomScale();
static void updateScale();
static void pickRandomScaleType();
static void pickRandomScaleType(int themeType);
};
#endif