Root note and bitmap of scale types

This commit is contained in:
Dejvino
2026-03-06 21:29:17 +01:00
parent 84ef40a555
commit b6150cbacd
5 changed files with 167 additions and 2 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ enum UIState {
UI_RANDOMIZE_TRACK_EDIT,
UI_SCALE_EDIT,
UI_SCALE_NOTE_EDIT,
UI_SCALE_TRANSPOSE
UI_SCALE_TRANSPOSE,
UI_EDIT_ROOT,
UI_EDIT_SCALE_TYPE
};
inline void sortArray(int arr[], int size) {