synestematic / kord

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

Show intervals instead of notes in Fretboard #5

Closed alelouis closed 3 years ago

alelouis commented 3 years ago

Hi, thank you for your piece of software, very minimalistic and useful. It would be even greater to be able to display interval relationship for scales/chords instead of note names in the fretboard.

Do you plan to implement such features ? Thanks a lot.

synestematic commented 3 years ago

Hey, I think that is a fantastic idea and I created a "degrees" branch to try this out. Check it out and tell me if you find any bugs. It's very possible that there are as I did a very quick implementation.

synestematic commented 3 years ago

sorry forgot to mention: you will need to run fretboard.py with -d option

alelouis commented 3 years ago

Perfect ! :D Thank you.

Capture d’écran 2020-11-07 à 10 13 02
synestematic commented 3 years ago

I've merged this feature into master, again thanks for the suggestion