plugin example code for developers? v3
Is there any example code for developers? The documentation section of the manual is currently quite incomplete.
Is there any example code for developers? The documentation section of the manual is currently quite incomplete.
Do you still have an unanswered question? Please log in first to post your question.
Comments
Also, what are plugin written in? Javascript and HTML? The objects in the inspector look very HTML like. (Or some other markup language)
In reply to Also, what are plugin… by honkskillet
They are written in QML.
In reply to They are written in QML. by mike320
So can we insert any QML we want as long as it is a daughter of another object?
In reply to They are written in QML. by mike320
I found the plugin QML files inside the resources>plugins folder. Where does console.log() dump to so I can debug?
In reply to I found the plugin QML files… by honkskillet
Open the qml in MuseScore's plugin editor and run it there, that'll show you those console.log() output
In reply to Open the qml in MuseScore's… by Jojo-Schmitz
Please tell me where to find MuseScore's plugin editor? I know only the plugin creator, but he does not show console.log() output...
In reply to Please tell me where to find… by steplov
Same thing, and it does show console.log() output.
In reply to Please tell me where to find… by steplov
It does if you run the plugin from within the Plugin Creator, anyhow - I don't know that it traps output of plugins run externally.
In reply to It does if you run the… by Marc Sabatella
So I do. I create the initial plugin and launch it with the Run button. And I do not see the "hello panel" (with a small letter), but only the "Hello Panel". Where can I find the console.log output window?
In reply to So I do. I create the… by steplov
The console.log output window I found. It just was completely hidden below without any signs of life ... Thank you for your help.