r0colita / AutoAnalysis

An automated musical analysis tool for musicians and conductors.
1 stars 0 forks source link

Implement Harmony Analysis FSM #2

Open r0colita opened 9 months ago

r0colita commented 9 months ago

The music21 library has the roman module which holds objects representing roman numeral harmonic analysis. These objects can be used for the transition logic inside the state objects designed to represent harmonic functions (Tonic, subdominant, dominant, secondary dominant). Also one of the states needs to be the compilation of the chords subject to analysis.

But, well... we'll get there.