fix tuner, spectrum, vertical mixer layout

This commit is contained in:
Eknous-P 2025-10-31 23:19:43 +04:00
parent 8626937f89
commit 242af1d5f8
11 changed files with 648 additions and 208 deletions

View file

@ -66,6 +66,10 @@ struct FurnaceGUIColorDef {
};
extern const int opOrder[4];
extern const float topKeyStarts[5];
extern const int topKeyNotes[5];
extern const int bottomKeyNotes[7];
extern const bool isTopKey[12];
extern const char* noteNames[180];
extern const char* noteNamesG[180];
extern const char* noteNamesF[180];