Fix deadlock in loading + configurable steps count
This commit is contained in:
@@ -19,6 +19,7 @@ enum MenuItemID {
|
||||
MENU_ID_PLAYBACK,
|
||||
MENU_ID_MELODY,
|
||||
MENU_ID_SCALE,
|
||||
MENU_ID_STEPS,
|
||||
MENU_ID_TEMPO,
|
||||
MENU_ID_SONG_MODE,
|
||||
|
||||
@@ -55,6 +56,7 @@ bool isItemVisible(int index);
|
||||
extern int menuSelection;
|
||||
extern volatile bool trackMute[NUM_TRACKS];
|
||||
extern int randomizeTrack;
|
||||
extern volatile int numSteps;
|
||||
extern volatile int playbackStep;
|
||||
extern volatile int midiChannels[NUM_TRACKS];
|
||||
extern int scaleNotes[12];
|
||||
|
||||
Reference in New Issue
Block a user