titus-ong / chordparser

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

Helper dictionary list #9

Open titus-ong opened 4 years ago

titus-ong commented 4 years ago

Lots of the classes use common dictionary lists to convert from symbols to integers, words to short form etc. Collate and put these in a helper class for all the classes to access centrally.