Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Deditdrumset.cpp62 NoteHead::Group::HEAD_CUSTOM
228 noteHead->setCurrentIndex(noteHead->findData(int(NoteHead::Group::HEAD_CUSTOM))); in customGboxToggled()
385 nDrumset.drum(pitch).notehead = NoteHead::Group::HEAD_CUSTOM; in fillCustomNoteheadsDataFromComboboxes()
454 bool isCustomGroup = (nh == NoteHead::Group::HEAD_CUSTOM); in itemChanged()
481 noteHead->setCurrentIndex(noteHead->findData(int(NoteHead::Group::HEAD_CUSTOM))); in setCustomNoteheadsGUIEnabled()
493 …isChecked() || noteHead->currentIndex() == noteHead->findData(int(NoteHead::Group::HEAD_CUSTOM))) { in valueChanged()
H A Ddrumtools.cpp149 if (noteHead == NoteHead::Group::HEAD_CUSTOM) in updateDrumset()
H A Dscoreview.cpp1055 if (NoteHead::Group::HEAD_CUSTOM == noteheadGroup) in setShadowNote()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddrumset.cpp35 …const NoteHead::Group saveNHValue = (nh == NoteHead::Group::HEAD_CUSTOM) ? NoteHead::Group::HEAD_N… in save()
37 if (nh == NoteHead::Group::HEAD_CUSTOM) { in save()
95 _drum[pitch].notehead = NoteHead::Group::HEAD_CUSTOM; in readProperties()
H A Dnote.h141 HEAD_CUSTOM, enumerator
H A Dnote.cpp891 if (_headGroup == NoteHead::Group::HEAD_CUSTOM) { in noteHead()