T-vK
T-vK
Yes, I kinda forgot about that. But the information is already being extracted. The variable `baseFret` contains the fret number that is found on the right of the diagram. Using...
Okay, I think I have everything I need now. I managed to get it to recognize the numbers correctly now. I've pretty much already written the whole code that is...
Look closely, I'm already doing the three level deep loop to really get all chords ;) ``` for (const rootNote of rootNotes) { for (const chordSuffix of chordSuffixes) { for...
@szaza https://github.com/T-vK/jguitar-parser There are a few TODOs in the file: https://github.com/T-vK/jguitar-parser/blob/master/index.js#L260 https://github.com/T-vK/jguitar-parser/blob/master/index.js#L269 and in addition to that I need to figure out what order the shapes of each chord should...
It seems like some chords are too crazy to be played on the guitar. `C/F# Minor Major 9th` for instance doesn't have a result on jguitar: https://jguitar.com/chord?root=C&chord=Minor+Major+9th&bass=F%23&labels=finger&gaps=2&fingers=4¬es=sharps Edit: But I...
@szaza Feel free to go for it. I just pushed what I got so far. I'm currently running the parser to download all the raw data from jguitar into the...
> I'm going to implement a converter that converts the output of your application to chords-db format and probably I can solve the chord names problem too That would be...
> Please review it when you have some free time. Awesome, I will! > Is that information missing from the generated chords.json? I don't really see the value of the...
Okay, it's done. The final json file ist about 13.5MB in size. I also created a smaller version that only contains one shape per chord which is about 1.2MB in...
It's been a long time, but I guess I got it to work. Check the build_method_1 function in this script: https://github.com/T-vK/MobilePassThrough/blob/master/scripts/main/generate-live-iso.sh