is plugin framework exposed to other programs?
I am ignorant of most of the QML plugin framework, other than reading the introduction past and looking at the code of a few plugins.
Could another program for example open musescore and then get a handle on the score and then tell musescore to run QML commands on that score?
Comments
You can tell MuseScore to load and run a plugin via command line options, but as far as I know this is it
In reply to You can tell MuseScore to… by Jojo-Schmitz
It's currently commented out, but I once experimented to trigger a plugin via OSC:
See https://github.com/musescore/MuseScore/blob/01780025f12b7a44d3da8fe2f87…
In reply to It's currently commented out… by [DELETED] 5
Neat idea. Something like that would be great for inter process communication.