Plugin: recorder fingering from C to F note
I have recorder Alto in F and I would need to start at F note.
What do I need to change in plugin code to make it work. I can't seem to figure it out.
This plugin works fine with soprano in C, but I don't need it.
Attachment | Size |
---|---|
Sopranomusescorefingering.png | 119.09 KB |
RecorderFingering.qml | 6.89 KB |
Comments
Does this plugin work with Musescore Evolution 3.7 on Windows 7 ?
I have recorderfont.ttf installed to C:\windows\fonts but just get the error:
In reply to Does this plugin work with… by rothers
I think it does work. I have modified the code. Here is the original.
In reply to I think it does work. I have… by jarwer
Ah OK, original works fine.
To modify for Treble recorder here's a hack, no need to change the font.
On line 130 change:
var index = pitch - 72;
to
var index = pitch - 65;