plugins using cmd()
In a plugin, things like cmd("voice-2") or cmd ("voice-x14") , do not work anymore:
INFO | main_thread | ActionsDispatcher::dispatch | no one can handle the action: voice-2
What is an actionable client that can handle this? (and how to fix this?)
Comments
Probably best to report this further regression on GitHub
Also cmd("swap") is not working
Yes, I've also found that cmd("tie") isn't working... I didn't realise it was more widespread than this!
I'm brand new to plugins, but I'm getting this error in 4.4.4 (but not 3.6.2) only when my pluginType is set to "dialog". I'm wondering if the problem has to do with the dialog window having focus? I'm calling cmd("select-all") and cmd("escape"), and they work fine if pluginType is unspecified. Creating an ApplicationWindow instead of setting pluginType to "dialog" seems to be a viable workaround for me.
In reply to I'm brand new to plugins,… by phroggy
Yep. See also https://musescore.org/en/node/372762
In reply to I'm brand new to plugins,… by phroggy
Is that so... I refer you to my considerations in https://musescore.org/en/node/372762