discokalle / FL-Studio-Piano-Roll-Scripts

Here I will publish any piano roll scripts I make
8 stars 0 forks source link

[Suggestion] More chord data #2

Open BenMcLean opened 1 month ago

BenMcLean commented 1 month ago

Here is more chord data which could be used for this: https://archive.ics.uci.edu/dataset/575/guitar+chords+finger+positions

I wrote something to be aware of about that dataset a while back:

WARNING: If you use that data set for anything, be aware that the FINGER_POSITIONS column tells you its creator's totally subjective personal opinion about which finger to use, not which fret makes the chord. So FINGER_POSITIONS actually is only good for telling you whether the string is closed or not. Fret numbers for played strings have to be converted from the NOTE_NAMES column.

discokalle commented 4 days ago

Thanks for the suggestion Ben!