-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
Firstly - awesome job on collecting this data!
Sadly, It appears that many of the fingerings are way out? some examples:
"Am13/C": [{
"positions": ["x", "3", "5", "2", "5", "2"],
"fingerings": [
["0", "2", "3", "1", "4", "4"]
]
}],
Should be:
"Am13/C": [{
"positions": ["x", "3", "5", "2", "5", "2"],
"fingerings": [
["0", "2", "3", "1", "4", "1"] // no way you can play it as a 4!? 😱
]
}],
And
"Ab7#9/F#": [{
"positions": ["2", "3", "4", "4", "4", "4"],
"fingerings": [
["1", "2", "3", "3", "3", "4"]
]
}],
Should be:
"Ab7#9/F#": [{
"positions": ["2", "3", "4", "4", "4", "4"],
"fingerings": [
["1", "2", "3", "3", "3", "3"] // no need for 4?
]
}],
etc etc. from what I can tell, this effects a rather large number of chords... is there any chance you can update this awesome collection using whatever magical method you used originally - please? (I understand, you got these from jguitar.com? that is what I am comparing these fingerings too, also...)
Would be much appreciated! 🙏
Metadata
Metadata
Assignees
Labels
No labels