Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddrumset.h74 …SymId noteHeads(int pitch, NoteHead::Type t) const { return _drum[pitch].noteheads[int(t)]; } in noteHeads() function
H A Ddrumset.cpp40 … xml.tag(NoteHead::type2name(NoteHead::Type(j)), Sym::id2name(noteHeads(i, NoteHead::Type(j)))); in save()
H A Dnote.cpp72 static const SymId noteHeads[2][int(NoteHead::Group::HEAD_GROUPS) - 1][int(NoteHead::Type::HEAD_TYP… variable
414 return noteHeads[direction][int(group)][int(t)]; in noteHead()
421 return noteHeads[direction][int(group)][int(t)]; in noteHead()
568 return noteHeads[direction][int(group)][int(t)]; in noteHead()
581 if (noteHeads[0][i][1] == _sym || noteHeads[0][i][3] == _sym) { in headGroup()
898 return d->noteHeads(_pitch, ht); in noteHead()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Deditdrumset.cpp395 …wholeCmb->setCurrentIndex(quarterCmb->findData(Sym::id2name(nDrumset.noteHeads(pitch, NoteHead::Ty… in fillNoteheadsComboboxes()
396 …halfCmb->setCurrentIndex(quarterCmb->findData(Sym::id2name(nDrumset.noteHeads(pitch, NoteHead::Typ… in fillNoteheadsComboboxes()
397 …quarterCmb->setCurrentIndex(quarterCmb->findData(Sym::id2name(nDrumset.noteHeads(pitch, NoteHead::… in fillNoteheadsComboboxes()
398 …doubleWholeCmb->setCurrentIndex(quarterCmb->findData(Sym::id2name(nDrumset.noteHeads(pitch, NoteHe… in fillNoteheadsComboboxes()
H A Ddrumtools.cpp150 noteheadSym = drumset->noteHeads(pitch, NoteHead::Type::HEAD_QUARTER); in updateDrumset()
H A Dscoreview.cpp1056 symNotehead = instr->drumset()->noteHeads(is.drumNote(), noteHead); in setShadowNote()