Root note and bitmap of scale types

This commit is contained in:
Dejvino
2026-03-06 21:29:17 +01:00
parent 84ef40a555
commit b6150cbacd
5 changed files with 167 additions and 2 deletions
+5
View File
@@ -19,6 +19,8 @@ enum MenuItemID {
MENU_ID_PLAYBACK,
MENU_ID_MELODY,
MENU_ID_SCALE,
MENU_ID_ROOT,
MENU_ID_SCALE_TYPE,
MENU_ID_TEMPO,
MENU_ID_SONG_MODE,
@@ -73,6 +75,9 @@ extern int numScaleNotes;
extern int melodySeeds[NUM_TRACKS];
extern volatile int queuedTheme;
extern volatile int currentThemeIndex;
extern int currentRoot;
extern int currentScaleType;
extern int enabledScaleTypes;
extern const uint32_t EEPROM_MAGIC;
extern MelodyStrategy* strategies[];