Add fretboard diagram
Hi,
I have a plugin where I add an fretboard diagram to the score. I have created element as
var fretdiagram = newElement(Element.FRET_DIAGRAM)
How can I add it to the score? Documentation for fretboard diagram in plugin creator is empty. I need to know how I can change count of strings, frets, position of dots by the plugin.
Thanks.
Comments
You can as of today, 60cb031, which when/where the needed methods are exposed to the plugin franmework
In reply to You can as of today, 60cb031, by Jojo-Schmitz
Can you tell me (non code person) what those changed files on github mean as far as the fret diagram feature? More accessible how?
In reply to Can you tell me (non code by mikec
More accessible to the plugin framework