|
|
|
|
|
by pedrozath
1194 days ago
|
|
> because none of the commands work The Readme had some outdated information. Explained better on the issue https://github.com/pedrozath/coltrane/issues/56 > The chords for guitar also are weird. It doesn't seem to be using traditional shapes, but is looking for available notes within a fret range. Which leads to difficult, basically unusable fingerings. That's a design choice on this library. I tried to rely the least as possible on lookup tables, dictionaries, etc, leaving things to be discovered algorithmically instead. It is a difficult challenge, but for example if someone decides to use an entirely different tuning, the software will provide. The software might also find chords that you have never thought about. What has to be improved here is the sorting mechanism for guitar chords. > The other functions would be very useful to have, if it worked Just try running `coltrane` and test it interactively. |
|