Home
last modified time | relevance | path

Searched defs:newTpc2 (Results 1 – 3 of 3) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtranspose.cpp654 int newTpc2 = TPC_INVALID; in transposeDiatonic() local
H A Dcmd.cpp1416 …ool up, int pitch, Note* n, Key key, int tpc1, int tpc2, int& newPitch, int& newTpc1, int& newTpc2) in upDownChromatic()
1458 static void setTpc(Note* oNote, int tpc, int& newTpc1, int& newTpc2) in setTpc()
1488 int newTpc2 = tpc2; // default to unchanged in upDown() local
H A Dnote.cpp2597 int newTpc2 = pitch2tpc(newPitch - transposition(), key, Prefer::NEAREST); in verticalDrag() local