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, bool noninteractive = false)
void closeScore(Ms::Score*)

Properties

menuPathQString where the plugin is placed in menu
filePathQString source file path, without the file name (read only)
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)