DrumSet Patterns plugin does not work
Hello, The DrumSet Patterns plugin https://musescore.org/en/project/drumset-patterns doesn't work for me on Musescore 4.4 and neither on Musescore 4.4.1, if anyone knows how to fix it. Thank you
Hello, The DrumSet Patterns plugin https://musescore.org/en/project/drumset-patterns doesn't work for me on Musescore 4.4 and neither on Musescore 4.4.1, if anyone knows how to fix it. Thank you
Do you still have an unanswered question? Please log in first to post your question.
Comments
Almost all plugins don't work anymore for 4.4
In reply to Almost all plugins don't… by Jojo-Schmitz
I have already been able to verify that this is the case, let's see if they can fix it.
Thanks
In reply to I have already been able to… by Calero
IMHO, the main problem is that folderlistmodel
import Qt.labs.folderlistmodel
is not available. (at least not in the Linux appimage)
In reply to IMHO, the problem is that… by graffesmusic
So in the AppImage of 4.3 and earlier there was folderlistmodel
import Qt.labs.folderlistmodel?, in those versions it works perfectly
In reply to So in the AppImage of 4.3… by Calero
Error in 4.4x:
module \"Qt.labs.folderlistmodel\" is not installed\n"
amongst many other 'errors' than can more or less easily be fixed.
(and Qt.labs.settings is not available neither)
In reply to IMHO, the problem is that… by graffesmusic
Interesting, I wonder if that is true across all the plugins that lost functionality?
In reply to Interesting, I wonder if… by stsquiresaz
What do you mean?
No, Qt.labs.folderlistmodel is not the only obstacle.
In reply to What do you mean? No, Qt… by graffesmusic
When I run it on Linux Mint this is the error that appears:
20:19:29.042 | INFO | main_thread | ActionsDispatcher::dispatch | try call action: muse://extensions/v1/drumsetpatterns-main/drumsetpatterns.qml?action=main
20:19:29.042 | ERROR | main_thread | ExtPluginRunner::run | Failed to load QML file: /MuseScore4/Plugins/DrumsetPatterns-main/DrumsetPatterns.qml
20:19:29.042 | ERROR | main_thread | ExtPluginRunner::run | "file:///MuseScore4/Plugins/DrumsetPatterns-main/DrumsetPatterns.qml:6 module \"QtQuick.Dialogs\" version 1.2 is not installed\n"
I'm looking for how to install the version of \"QtQuick.Dialogs\" version 1.2
In reply to When I run it on Linux Mint… by Calero
You know MS4.4 has migrated to Qt6.2?
In reply to You know MS4.4 has migrated… by graffesmusic
Yes, I've seen it, I guess the plugin won't work if its author doesn't update it.
Hi Calero,
Thanks for getting in touch. I've just uploaded a new release of DrumSet Patterns to the Github releases.
https://github.com/philxan/DrumsetPatterns/releases/tag/v4.4
Let me know how you get on.
Phil.
In reply to Hi Calero, Thanks for… by PitDadPhil
Hi Phil,
What I've tried so far is going very well, thank you very much.