Scale editor

This commit is contained in:
Dejvino
2026-02-21 23:19:51 +01:00
parent 36d3fd2e80
commit 4a3f2b8eb2
3 changed files with 190 additions and 13 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ enum UIState {
UI_EDIT_STEPS,
UI_EDIT_FLAVOUR,
UI_SETUP_PLAYMODE_EDIT,
UI_RANDOMIZE_TRACK_EDIT
UI_RANDOMIZE_TRACK_EDIT,
UI_SCALE_EDIT,
UI_SCALE_NOTE_EDIT,
UI_SCALE_TRANSPOSE
};
inline void sortArray(int arr[], int size) {