titus-ong / chordparser

A Python 3 package that provides a musical framework to analyse chords
MIT License
12 stars 2 forks source link

Secondary chord class #32

Open titus-ong opened 4 years ago

titus-ong commented 4 years ago

Create a secondary chord notation class that has repr as {chord1}/{chord2}, and has methods that can provide the two chords and the base scale. For current state, see ChordAnalyser's analyse_secondary function.

titus-ong commented 4 years ago

Will be added either in #39 or after it is completed.