Polyrhythm tracks
This commit is contained in:
+4
-4
@@ -15,9 +15,9 @@ public:
|
||||
void showMessage(const char* msg);
|
||||
|
||||
void draw(UIState currentState, int menuSelection,
|
||||
int midiChannel, int tempo, MelodyStrategy* currentStrategy,
|
||||
int midiChannel, int tempo, MelodyStrategy* currentStrategy,
|
||||
int queuedTheme, int currentThemeIndex,
|
||||
int numScaleNotes, const int* scaleNotes, int melodySeed, int numSteps,
|
||||
int numScaleNotes, const int* scaleNotes, int melodySeed, int currentTrackNumSteps,
|
||||
bool mutationEnabled, bool songModeEnabled,
|
||||
const Step sequence[][NUM_STEPS], int playbackStep, bool isPlaying,
|
||||
int randomizeTrack, const bool* trackMute, const int* trackIntensities);
|
||||
@@ -25,7 +25,7 @@ public:
|
||||
void updateLeds(const Step sequence[][NUM_STEPS], int playbackStep, bool isPlaying,
|
||||
UIState currentState, bool songModeEnabled,
|
||||
int songRepeatsRemaining, bool sequenceChangeScheduled, PlayMode playMode,
|
||||
int selectedTrack, int numSteps, int numScaleNotes, const int* scaleNotes, const bool* trackMute);
|
||||
int selectedTrack, const int* numSteps, int numScaleNotes, const int* scaleNotes, const bool* trackMute);
|
||||
|
||||
private:
|
||||
Adafruit_SSD1306 display;
|
||||
@@ -33,7 +33,7 @@ private:
|
||||
|
||||
void drawMenu(int selection, UIState currentState, int midiChannel, int tempo, const char* flavourName,
|
||||
int queuedTheme, int currentThemeIndex,
|
||||
int numScaleNotes, const int* scaleNotes, int melodySeed, int numSteps,
|
||||
int numScaleNotes, const int* scaleNotes, int melodySeed, int currentTrackNumSteps,
|
||||
bool mutationEnabled, bool songModeEnabled, bool isPlaying, int randomizeTrack, const bool* trackMute, const int* trackIntensities);
|
||||
|
||||
void drawNumberEditor(const char* title, int value, int minVal, int maxVal);
|
||||
|
||||
Reference in New Issue
Block a user