Skip to content

Instantly share code, notes, and snippets.

@anytizer
Last active July 23, 2026 19:14
Show Gist options
  • Select an option

  • Save anytizer/c1fdd4de41e58db0ef6a5e4a94e93dcc to your computer and use it in GitHub Desktop.

Select an option

Save anytizer/c1fdd4de41e58db0ef6a5e4a94e93dcc to your computer and use it in GitHub Desktop.
LMMS Note Names
// 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