titus-ong / chordparser

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

Convert from roman to chord #12

Open titus-ong opened 4 years ago

titus-ong commented 4 years ago

Add method to convert from roman notation to a Chord in the ChordRomanConverter class.

titus-ong commented 4 years ago

Possibly copy over the chord's quality, add, bass when creating Roman. This would make restoring to chord easier since we can create a new chord from all these attributes.

titus-ong commented 4 years ago

May become irrelevant if new architecture (#39) for Chord class contains Roman attribute, i.e. they do not need to be converted.