chordIdentifierPopJazz_0

• Mar 2, 2025 - 01:31

Hi,
I'm using musescore on macOS 12.7, Arch.: arm64,
MuseScore Studio version (64-bit): 4.4.4-243461245

I installed the plugin, I open the window, but nothing appears.
What could it be?

BR
Daniel Sarkis


Comments

In reply to by danksproducoe

In addition to the problems you can find on the page indicated by Jojo-Schmitz https://musescore.org/en/node/337468#Tips-for-adapting-plugins-for-4.x, in this plugin (and all its variants) the problem is in the RadioButtons. You need to replace the 'ExclusiveGroup' type with 'ButtonGroup'. Unlike another of my posts (where I had essentially eliminated the RadioButtons), in the file I attach everything works perfectly. The fix can be done in a few minutes...

Attachment Size
chordIdentifierPopJazz - v4_4.qml 46.24 KB

In reply to by Jojo-Schmitz

To give a sure answer you should try... in reality the 'ButtonGroup' type works perfectly also in Musescore3, so the question should be limited to checking the imported libraries (and the 'quit' instruction). In principle it should also work in previous versions, but I don't have the way (and above all the time) to verify it.

In reply to by Jojo-Schmitz

As you have no doubt seen, the 'Settings' type in the plugin in question contains property declarations that are connected to the management of RadioButtons. Deleting the library it refers to should have given me an error (the first one I saw was 'ExclusiveGroup is not a type'), but instead, it seems everything works. If I were interested in the plugin, I would rewrite the entire interface, but frankly I don't feel like it: the 'mystery' of how and why the plugin works (at least in 4.4) remains.
Great job adding it to your document, but I fear that each plugin is a case in itself...

Do you still have an unanswered question? Please log in first to post your question.