Name Intervals
Hello, I would like to know if any of you know a plugin that works to number the intervals, for example in the counterpoint.
I used the search engine and I did not find anything about it.
I found a plugin made by a user that seems to be abandoned and it does not work for me.
At the time of use it crashes Musescore and I do not know the reason.
This is //codegists.com/snippet/qml/note-intervalqml_teamikl_qml
Thank you in advance and greetings
Comments
It crashes because it is for version 1. The plugin will crash version 2.
All the counterpoint plugins I'm aware of are for version 1.
In reply to It crashes because it is for by mike320
That plugin certainly looks like beong for MuseScore 2.x, not for MuseScore 1.x, it does have a .qml extension (1.x plugins used .js) and the code structure looks like being for 2.x too.
In reply to That plugin certainly looks by Jojo-Schmitz
Doesn't it reference musescore 1.0 in line 2?
In reply to Doesn't it reference by mike320
No. It references a MuseScore module version 1.0, the 1st version (seems there's a version 1.1 too, to expose Fraction to the script interface, 7776d96, available since MuseScore 2.0.2) QML module for MuseScore (see also http://doc.qt.io/qt-5/qtqml-syntax-imports.html), nothing to do with the MuseScore version itself. But I can see now where your confusion came from.