get_chord_labels(ext_minor='m', nonchord=False)
Function description
Generate chord labels for major and minor triads (and possibly nonchord label)
Notebook: C5/C5S2_ChordRec_Templates.ipynb
Parameter
ext_minor (str): Extension for minor chords (Default value = 'm')
nonchord (bool): If "True" then add nonchord label (Default value = False)
Return
chord_labels (list): List of chord labels
Example
Inner helper function
Last updated 2 years ago