synestematic / kord

a music theory development framework in python
MIT License
380 stars 13 forks source link

fretboard.py drawing fret is not symetrical if the note have a sharp or flat #6

Open sugizo opened 1 year ago

sugizo commented 1 year ago

environment google colab

code tested from pypi site

!cd /usr/local/fretboard && python3 ./fretboard.py A -c dim -f 3
!cd /usr/local/fretboard && python3 ./fretboard.py D## -c dim7 -i ukulele -v 2 -f 10
!cd /usr/local/fretboard && python3 ./fretboard.py Abb -s lydian -i bass -t 5string -v 0

image

best regards