Root note and bitmap of scale types
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user