|
svcore
1.9
|

Go to the source code of this file.
Variables | |
| static QString | notes [] |
| static QString | flatNotes [] |
QString notes[] [static] |
{
"C%1", "C#%1", "D%1", "D#%1",
"E%1", "F%1", "F#%1", "G%1",
"G#%1", "A%1", "A#%1", "B%1"
}
Definition at line 87 of file Pitch.cpp.
Referenced by MIDIFileWriter::convert(), SparseOneDimensionalModel::getNotesWithin(), NoteModel::getNotesWithin(), FlexiNoteModel::getNotesWithin(), and Pitch::getPitchLabel().
QString flatNotes[] [static] |
{
"C%1", "Db%1", "D%1", "Eb%1",
"E%1", "F%1", "Gb%1", "G%1",
"Ab%1", "A%1", "Bb%1", "B%1"
}
Definition at line 93 of file Pitch.cpp.
Referenced by Pitch::getPitchLabel().