MuseScore


Methods

Ms::Score newScore(const QString& name, const QString& part, int measures)
Ms::Element newElement(int)
void cmd(const QString&)
Ms::MsProcess newQProcess()
bool writeScore(Ms::Score*, const QString& name, const QString& ext)
Ms::Score readScore(const QString& name)

Properties

menuPathQString where the plugin is placed in menu
versionQString
descriptionQString
pluginTypeQString
dockAreaQString
divisionint number of MIDI ticks for 1/4 note (read only)
mscoreVersionint complete version number of MuseScore in the form: MMmmuu (read only)
mscoreMajorVersionint 1st part of the MuseScore version (read only)
mscoreMinorVersionint 2nd part of the MuseScore version (read only)
mscoreUpdateVersionint 3rd part of the MuseScore version (read only)
mscoreDPIqreal (read only)
curScoreMs::Score* current score, if any (read only)
scoresarray[Ms::Score] all currently open scores (read only)