Home
last modified time | relevance | path

Searched refs:k_pitch (Results 1 – 7 of 7) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/samples/
H A DRandomChords.cpp125 Sxmlelement pitch = factory::instance().create(k_pitch); // creates a pitch in makemeasure()
H A DRandomMusic.cpp115 Sxmlelement pitch = factory::instance().create(k_pitch); // creates a pitch in makemeasure()
/dports/audio/libmusicxml/libmusicxml-3.18/src/elements/
H A Delements.h299 k_pitch, enumerator
H A Dfactory.cpp351 fMap["pitch"] = new newElementFunctor<k_pitch>; in factory()
763 fType2Name[k_pitch] = "pitch"; in factory()
H A Dtypedefs.h301 typedef SMARTP<musicxml<k_pitch> > S_pitch;
/dports/audio/libmusicxml/libmusicxml-3.18/src/factory/
H A Dmusicxmlfactory.cpp137 Sxmlelement pitch = element(k_pitch); in newnote()
H A Dsortvisitor.cpp289 gNoteOrder[k_pitch] = 3; in sortvisitor()