maiacore 1.10.1
Music analisys library
Part Member List

This is the complete list of members for Part, including all inherited members.

addMeasure(const int numMeasures)Part
addMidiUnpitched(const int midiUnpitched)Part
addStaves(const int numStaves=1)Part
append(const std::variant< Note, Chord > &obj, const int position=-1, const int staveId=0)Part
append(const std::vector< std::variant< Note, Chord > > &objs, const int position=-1, const int staveId=0)Part
clear()Part
getMeasure(const int measureId)Part
getMeasure(const int measureId) constPart
getMeasures() constPart
getMidiUnpitched() constPart
getName() constPart
getNumMeasures() constPart
getNumNotes(const int staveId=-1)Part
getNumNotesOff(const int staveId=-1)Part
getNumNotesOn(const int staveId=-1)Part
getNumStaves() constPart
getPartIndex() constPart
getShortName() constPart
getStaffLines() constPart
info() constPart
isPitched() constPart
Part(const std::string &partName, const int numStaves=1, const bool isPitched=true, const int divisionsPerQuarterNote=256)Part
removeMeasure(const int measureStart, const int measureEnd)Part
removeStave(const int staveId)Part
setIsPitched(const bool isPitched=true)Part
setNumStaves(const int numStaves)Part
setPartIndex(int partIdx)Part
setShortName(const std::string &shortName)Part
setStaffLines(const int staffLines=5)Part
toJSON() constPart
toXML(const int instrumentId=1, const int identSize=2) constPart
~Part()Part