Doesn't do anything when I click
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S1 - Blocker
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
I tried serializing my song with the plugin after installing "serializer_2.qml" in plugins. Then I have the Notes>serializer but it didn't do anything. Then I tried on a single melody with no chords, nothing either. Tried selecting the score, nothing. Selecting the notes, still not it. What did I do wrong?
Comments
Why serializer_2.qml? As far as I can see it is just serializer.qml.
In reply to Why serializer_2.qml? As far… by Jojo-Schmitz
Yes, but when you download it it's serializer_2.qml
I see, confirmed. Not sure what the real issue is though
In reply to I see, confirmed. Not sure… by Jojo-Schmitz
Does it work when you use it?
Haven't tried it, I'm not at my computer currently
Yes, it does nothing for me too.
When trying to run that plugin from within the Plugin Creator, you'd get:
indicating that the Qt version used for MuseScore, Qt 5.9, is just too old for supporting ECMA 6/7. This may work in some Linux distros that bundle a newer Qt version, and should work with the Windows artifacts of my PR #9000 too as that uses Qt 5.15.2 (and indeed it does, I checked).
I'm affraid that is 'by design', although there might be a fix available that would make this plugin work without the use of that
includes
, but instead using some ECML 5 methodsThe code it stumbles acceoss is
Filed as https://github.com/matthewd0123/musescore-serializer-plugin/issues/1
In reply to Yes, it does nothing for me… by Jojo-Schmitz
I'm not sure what you mean, what do I change in the code to make it work? What lines do I put where?
I don't know how to fix it, just where it is broken