Check Harmony Rules for Musescore 4
Hello,
I've just upgraded to Musescore 4 from Musescore 3. I love the new look and feel of the app now but I have seem to have lost access to my Check Harmony Rules Plugin I used with 3. I just tried installing into 4 but it crashes the app everytime I run it.
is there a similar plugin that can be used in 4? Any help would be greatly appreciated.
Attachment | Size |
---|---|
Screenshot 2023-04-11 at 00.35.53.png | 228.59 KB |
Comments
The "crash" is actually just a simple thing - old-style plugins call Qt.quit()0 but new ones should simply call quit(). So many plugins can be converted with just that simple change. maybe also to set the "title" correctly.
I have attached my current version.
In reply to The "crash" is actually just… by Marc Sabatella
Thank you so much !! It works again!! yeyy!