Plagin writing
I want to write my own plugin(s). Is there any good tutorial and/or documentation for Plagin writing? Most of the Score Elements in the Plagin Creator are not documented at all, and so are system variables like 'curScore''. Is there a list of events like 'onRun'?
I can learn from the examples in the plugin repository, but it is the wrong way of learning.
Comments
I'm new to this too, but there's some useful stuff about QML on this website:
http://doc.qt.io/qt-5/qtqml-syntax-objectattributes.html
Also, in the Plugin Creator, click on the question mark icon (tooltip is "Manual") to get a list of MuseScore objects.
In reply to I'm new to this too, but by DonH
Thank you for your reply.
The QML link you provided is a great help.
The plugin creator is not as much helpful, because most of the elements in the "Manual" are not documented at all.