Author: Tino Remus
Explore music and it's theory using Python. Special focus on guitar.
The fretboard.py displays a guitars fretboard and shows the notes. The strings and fretboard intervals can be defined as desired. The class will calculate the notes for each position. Use the chord class to only show notes of a chord on the fretboard.
Collection of classes that serve as a base for the entire solution.