Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dpitchspelling.cpp151 static const int pitchByStepAndKey[int(Key::NUM_OF)][STEP_DELTA_OCTAVE] = { variable
178 return pitchByStepAndKey[int(key)-int(Key::MIN)][step % STEP_DELTA_OCTAVE]; in step2deltaPitchByKey()