titus-ong / chordparser

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

Set chord notation format #10

Open titus-ong opened 4 years ago

titus-ong commented 4 years ago

Currently, the chord notation format (Chord.notation) is fixed, and some people may prefer other representations (e.g. C+7 instead of Caug7). Can consider creating a new format class that stores the desired format, and all the classes reference that class when building notation.

titus-ong commented 4 years ago

Will be worked on when #39 is completed - enables easier standardisation of format with the use of enums.