Home
last modified time | relevance | path

Searched defs:noteHeads (Results 1 – 2 of 2) 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 Dnote.cpp72 static const SymId noteHeads[2][int(NoteHead::Group::HEAD_GROUPS) - 1][int(NoteHead::Type::HEAD_TYP… variable