Skip to content

jeetee/MuseScore_Plugin_Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MuseScore Plugin Examples

Examples for MuseScore 2.x Plugin Development

serializedSettings.qml

Shows how to use the Settings QML object from Qt.labs.settings. Setting a category is important, as it keeps your settings from colliding with other plugins/MuseScore that use the same setting name.

This plugin also shows how to dynamically popuplate a ComboBox. The caveat there is that this doesn't work for pluginType: "dialog", so you'll have to manually wrap your plugin in a Dialog and open and close it.

About

Examples for MuseScore 2.x Plugin Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages