Not available plugins for MuseScore 3.0
As I'm trying to develop MuseScore plugin manager it's better if I can get plugins for MuseScore 3.0 rather than system plugins to build the functionalities of plugin manager. (I saw system plugins are available for the Musescore 3.x)
Is it available to get the source code of MuseScore 2.0? (As plugins for 2.0 is available to develop the MuseScore plugin Manager)
Comments
Source code for 2.x of course is available, also in GitHub, just in different branches.
Don't take 2.0 though but either the latest stable 2.2.1 or the 2.3 branch.
OTOH all new development should happen on the master branch.
But then again the plugin stuff in that branch is pretty broken currently, so indeed the 2.3 branch might be better, so you have working plugins to integrate into your plugin manager.
Not sure though what/how @werner or @lasconic are thinking about that.
In reply to Source code for 2.x of… by Jojo-Schmitz
Thank you. If there is new plugins for MuseScore 3.0 other than the system plugins, please let me know.
I'm wondering why a plugin should be "non-crashing" for further development on the Plugin Manager. As long as it can be initiated you should be fine, no?
Just have a bunch of empty plugins, but with different names?
In reply to I'm wondering why a plugin… by jeetee
I have to check whether the plugins are properly installed to the MuseScore by the functionalities that I added. Therefore I needed non-crashing plugins.