titus-ong / chordparser

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

Extensions in Quality class #33

Open titus-ong opened 4 years ago

titus-ong commented 4 years ago

Quality currently has the extension as just a string. Define it with a type (e.g. major, minor or diminished) based on the seventh, and create a method that can return the extension's number as an int.

titus-ong commented 4 years ago

Planned revamp in #39.