Home
last modified time | relevance | path

Searched refs:lowestNoteInScale (Results 1 – 2 of 2) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/matrix/
H A DMatrixView.cpp1905 int lowestNoteInScale = 0; in getPitchFromNoteInsertAction() local
1906 Pitch lowestPitch(lowestNoteInScale, clefPitch.getOctave(), key, NoAccidental); in getPitchFromNoteInsertAction()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationView.cpp2710 int lowestNoteInScale = 0; in getPitchFromNoteInsertAction() local
2711 Pitch lowestPitch(lowestNoteInScale, clefOctave - 1, key, NoAccidental); in getPitchFromNoteInsertAction()