Last active
July 23, 2026 19:14
-
-
Save anytizer/c1fdd4de41e58db0ef6a5e4a94e93dcc to your computer and use it in GitHub Desktop.
LMMS Note Names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // static std::array<QString, 12> s_noteStrings { | |
| // "C", "C\u266F / D\u266D", "D", "D\u266F / E\u266D", "E", "F", "F\u266F / G\u266D", | |
| // "G", "G\u266F / A\u266D", "A", "A\u266F / B\u266D", "B" | |
| // }; | |
| static std::array<QString, 12> s_noteStrings { | |
| "सा", "रे॒", "रे", "ग॒", "ग", "म", "म॑", | |
| "प", "ध॒", "ध", "नि॒", "नि" | |
| }; | |
| // static std::array<QString, 12> s_noteStrings { | |
| // "S", "r", "R", "g", "G", "m", "M", | |
| // "P", "d", "D", "n", "N" | |
| // }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment