titus-ong / chordparser

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

Identify special chords in Colab Notebook example #4

Closed titus-ong closed 4 years ago

titus-ong commented 4 years ago

Search for special chords e.g. borrowed, secondary chords and list them e.g. borrowed = [(IV, minor, (0, 0))]: a borrowed 4th chord from the parallel minor in line 0 and chord number 0.

titus-ong commented 4 years ago

To be included in readthedocs as well.

titus-ong commented 4 years ago

Done on Colab Notebook. Will open new issue for readthedocs.