Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnoteentry.cpp181 Note* lastTiedNote = 0; in addPitch() local
191 lastTiedNote = note; in addPitch()
215 lastTiedNote = tn; in addPitch()
242 select(lastTiedNote); in addPitch()
277 … ChordRest* next = lastTiedNote ? nextChordRest(lastTiedNote->chord()) : nextChordRest(is.cr()); in addPitch()
497 Note* lastTiedNote = note; in repitchNote() local
521 lastTiedNote = tn; in repitchNote()
564 select(lastTiedNote); in repitchNote()
566 ChordRest* next = nextChordRest(lastTiedNote->chord()); in repitchNote()
H A Dnote.h423 const Note* lastTiedNote() const;
424 …Note* lastTiedNote() { return const_cast<Note*>(static_cast<const Note*>(this)->lastTie… in lastTiedNote() function
H A Dnote.cpp1061 const Note* note = lastTiedNote(); in playTicksFraction()
3361 const Note* Note::lastTiedNote() const in lastTiedNote() function in Ms::Note
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Delements.h469 Q_PROPERTY(Ms::PluginAPI::Note* lastTiedNote READ lastTiedNote) in Q_PROPERTY()
517 Ms::PluginAPI::Note* lastTiedNote() { return wrap<Note>(note()->lastTiedNote()); } in lastTiedNote() function