Plugins not loading in 3.1?
I put my plugin in the plugins directory, open the manager, click the box, reload, and it appears next time I click "plugins" in 3.0.5.
But it does not (appear in the plugins menu) in OS: macOS Mojave (10.14), Arch.: x86_64, MuseScore version (64-bit): 3.1.0.22213, revision: a18d446
I tried it with the "regular" tempo plugin, too, and it fails the same way.
Vexingly, when I open either in PlugIn creator and click "run", I don't see an error, but it works.
Comments
Hmm, I'm on Windows and it works fine for me using a build I made recently as well as one built by the official build system. I guess maybe the particualr plugins you are trying might be triggering an issue? How about the built in ones?
In reply to Hmm, I'm on Windows and it… by Marc Sabatella
Now I don't know what's going on here. I tried to click on the "scorelist' plugin, too, and now, miracle of miracles, my plugin appears and works, but scorelist doesn't appear. There is something flaky here,
In reply to Now I don't know what's… by [DELETED] 1831606
I agree there's something flaky happening with plugins. I keep Tempo Changes on my list all of the time. Sometimes it disappears and I have to deselect it in the plugin manager accept then reselect it. I normally toggle some other plugin, but I'm not 100% sure that's absolutely necessary.
In reply to I agree there's something… by mike320
Had this today too, with 3.0.5 and 3.1 Beta 2 (which share settings)
In reply to Now I don't know what's… by [DELETED] 1831606
3.0.5 and 3.1 beta: if both versions are installed at the same time, they can change/disrupt each other's preferences.
Try on nightly version. But for plugins, you should use nightly's folders.
Maybe this helps.
In reply to 3.0.5 and 3.1 beta: if both… by Ziya Mete Demircan
While we're here, can we add QtMath to the plugin environment? I had to write my own versions of exp and log today (albeit for MS2, because I didn't need them in MS3), but it's not unreasonable that someone might want mathematics (like music, a very broad and grand subject) in a plugin ...
In reply to While we're here, can we add… by [DELETED] 1831606
How? I don't see any such module for QML?
In reply to How? I don't see any such… by Jojo-Schmitz
I couldn't find a list of qt modules available to qml (such as you seem to be referencing). Where is it? In fact, I found Math.log and Math.exp (there were calls to Math later in the tempo plugin), but they seem to have problems. More as it develops.