Retrograde able to mirror guitar tab?
Please direct if this has been addressed elsewhere. As stated, is there a way to have an exact mirror of tab (ie, same string and fret) while using retrograde? Currently, it inverts the notes, but resets the tab to different strings/frets. Thanks.
Comments
Anybody?
In reply to Anybody? by Paul Breaux
Are you talking about this plugin (only compatible with version 3) : https://musescore.org/fr/node/301721 or something else?
In reply to Are you talking about this… by cadiz1
Yes, it is that one. Ver. 1.0.
I'm not familiar with that plugin, so I'm not sure. But I would bet not. I'm'a guess that the plugin only looks at the actual pitch, that it doesn't look at the tab at all, at all.
As I said though, just a guess.
In reply to I'm not familiar with that… by TheHutch
You're probably right. Are plugins created by third-party folks, or are they managed by Musescore developers?
In reply to You're probably right. Are… by Paul Breaux
The vast majority by third-party folks.
In reply to The vast majority by third… by cadiz1
Is there a way to request the feature I'm asking about?
In reply to Is there a way to request… by Paul Breaux
I suppose you'd have to ask the plugin's creator first?
In reply to You're probably right. Are… by Paul Breaux
Plugins are also, (usually), free to be modified if you want to make your own custom version.
In reply to Plugins are also, (usually),… by yonah_ag
I am unfamiliar with this process. If anyone could point my in the right direction, I'd be willing to give it a shot.
In reply to I am unfamiliar with this… by Paul Breaux
These 2 links would make a useful intro, then inspect the QML code of pluguns that interest you.
(If you're on MS3 rather than MS4 then you only need the first link).
https://musescore.org/en/handbook/developers-handbook/plugins-3x
https://musescore.org/en/node/337468
In reply to I am unfamiliar with this… by Paul Breaux
This is the class reference for the plugin api in MS3 and much of it is the same in MS4.
https://musescore.github.io/MuseScore_PluginAPI_Docs/plugins/html/class…
In reply to This is the class reference… by yonah_ag
Right on, thank you. I'll check it out.
In reply to Right on, thank you. I'll… by Paul Breaux
If you get stuck just start a new thread for each issue as there are many plugin writers who are happy to try and point you in the right direction. A Dummies Guide for MuseScore Plugins would be nice but we just have to manage with what we've got.