Plugins Creator Help Required
Where can I find help on Plugins Creator?
I used to program computers during 1960s-70s but I can’t get the hang of this system without a help file!
Where can I find help on Plugins Creator?
I used to program computers during 1960s-70s but I can’t get the hang of this system without a help file!
Do you still have an unanswered question? Please log in first to post your question.
Comments
Clicking onto the question mark icon is the only help there is currently. And looking at the code of sample plugins
In reply to Clicking onto the question… by Jojo-Schmitz
Useful things to know:
* Hit "New" to start, this will create a skeleton of a program to start playing with.
* The sample plugins will be in a folder called plugins in the folder where musescore is installed (ie, C:\Program Files (x86)\MuseScore 2\plugins on windows.)
* The help does not give you a lot of guidance, it is mainly a reference. However, it will help to know that the language is qml ( http://doc.qt.io/qt-5/qmlapplications.html#what-is-qml )
* The main class is MuseScore, so when looking through help, start there.
The inbuilt help is more of a reference than a guide.
I've thrown together a quick guide page to get you started:
https://musescore.org/en/handbook/plugins-20
In reply to The inbuilt help is more of… by Robbie Matthews
Thanks for the leads.
I’ve started studying. Don’t expect anything quickly!