Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnoteentry.cpp180 Note* firstTiedNote = 0; in addPitch() local
496 Note* firstTiedNote = 0; in repitchNote() local
H A Dnote.cpp3383 Note* Note::firstTiedNote() const in firstTiedNote() function in Ms::Note
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Delements.h516 Ms::PluginAPI::Note* firstTiedNote() { return wrap<Note>(note()->firstTiedNote()); } in firstTiedNote() function