Porting plugins to MS4
Hi,
Is there anything needed to port plugins to MS4 ?
I tried all my plugins in the last alpha and none of them are working :-(
At the best, they open (but badly), at the worst they do nothing.
Some examples
Alternate Fingerings
In MS3
in MS4
mcveMS4
Really basic plugin (but with a custom component) - see attached file
in MS3
in MS4
.... nothing ....
(Rem: I already open in issue regarding this one on Github, for another (but maybe linked) reason)
So, is there anything special to do to port MS3 plugins to MS4 or are these non-working plugins bugs in MS4 ?
Attachment | Size |
---|---|
mcveMS4.zip | 1.4 KB |
Comments
Batch Convert just seems to work
But see https://github.com/musescore/MuseScore/issues/8859
In reply to But see https://github.com… by Jojo-Schmitz
No custom plugins in 4.0 is a bad news.
Does it worth keeping on testing and reporting issues with the MS3 plugin on MS4 ?
Could you test this basic one in MS4 ?
For me, nothing happens... :-/
In reply to No custom plugins in 4.0 is… by parkingb
Nothing happens in MuseScore 3 either, due to a typo:
Layout.alignement: Qt.AlignLeft
vs.
Layout.alignment: Qt.AlignLeft
With that fixed (and a score loaded, see https://github.com/musescore/MuseScore/issues/13162) it works, sort of, pressing the button quits MuseScore /-)
In reply to Nothing happens in MuseScore… by Jojo-Schmitz
Good catch. And reassuring ! I guess I copied the plugin file before saving in MS3's Plugin Creator.
The
Qt.quit
although no longer recommended shouldn't close the entire MS4 !I'll raise an issue for this.
In reply to Good catch. And reassuring !… by parkingb
MuseScore 3's Plugin Creator caught it for me ;-)
In reply to MuseScire 3's Plugin Creator… by Jojo-Schmitz
I corrected it in the Plugin Creator where I ran it successfully, but did not save it. And then copied un-saved to my MS4 test folder. This is the inconvenient of no longer having the Plugin Creator in MS4.
For me the plugins are crucial piece of my workflow (especially my Duration editor), without which I can't work in MS). So I'll wait until this is all set back in MS4 before looking back at MS4.
In reply to Good catch. And reassuring !… by parkingb
Issue #13222