-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi, I'm really enjoying your library, I'm using it in a chordpro teleprompter / parser and I'm adding some functionality to it. First time of doing such a thing. I'm making a demo app, to create chord sets, add chords, etc. Alongside fingering, I've added: note names, colour notes for different chord functions (root, 3rds, minor 3rds, 5ths etc., ).
I thought it would be fun to add thumb over chords with finger 5 (hopefully not breaking backwards compatibility). Would you possibly check your current libraries behaviour for rendering a C9 (2nd Position)
{
"barres" : [ 3 ],
"suffix" : "9",
"baseFret" : 1,
"key" : "C",
"fingers" : [ 0, 2, 1, 3, 3, 3 ],
"midi" : [ 48, 52, 58, 62, 67 ],
"frets" : [ -1, 3, 2, 3, 3, 3 ]
}
For me this renders this fingering (an impossible or tricky(!) barre with the second finger).
x
============
| | | | | |
| | 1 | | |
| 2 | 2 2 2

Does your library do that, or is it an issue with my changed logic?
Thanks in advance!
Kind regards, Ian