playback menu entry

This commit is contained in:
Dejvino
2026-02-19 11:15:47 +01:00
parent d70e30d76f
commit 617251ffc2
5 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,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,
bool mutationEnabled, bool songModeEnabled, int randomizeTrack, const bool* trackMute);
bool mutationEnabled, bool songModeEnabled, bool isPlaying, int randomizeTrack, const bool* trackMute);
uint32_t getNoteColor(int note, bool dim);
int getPixelIndex(int x, int y);