flat note names

This commit is contained in:
Eknous-P 2023-07-22 20:44:02 +04:00
parent d0404c9e10
commit 093df41ef9
5 changed files with 51 additions and 0 deletions

View file

@ -38,6 +38,8 @@ struct FurnaceGUIColorDef {
extern const int opOrder[4];
extern const char* noteNames[180];
extern const char* noteNamesG[180];
extern const char* noteNamesF[180];
extern const char* noteNamesGF[180];
extern const char* pitchLabel[11];
extern const char* insTypes[];
extern const char* sampleLoopModes[];