Added flats to array of keys (#6865)

This commit is contained in:
Maxwell Voorhes
2023-09-14 08:17:36 -07:00
committed by GitHub
parent 3a0e68c0ac
commit 9b1933e544

View File

@@ -130,7 +130,7 @@ QPixmap* PianoRoll::s_toolKnife = nullptr;
SimpleTextFloat * PianoRoll::s_textFloat = nullptr;
static std::array<QString, 12> s_noteStrings {"C", "C#", "D", "D#", "E", "F", "F#", "G", "G#", "A", "A#", "B"};
static std::array<QString, 12> s_noteStrings {"C", "C# / D\u266D", "D", "D# / E\u266D", "E", "F", "F# / G\u266D", "G", "G# / A\u266D", "A", "A# / B\u266D", "B"};
static QString getNoteString(int key)
{