get_chord_labels

get_chord_labels(ext_minor='m', nonchord=False)

circle-info

Function description

Generate chord labels for major and minor triads (and possibly nonchord label)

Notebook: C5/C5S2_ChordRec_Templates.ipynb

circle-info

Parameter

ext_minor (str): Extension for minor chords (Default value = 'm')

nonchord (bool): If "True" then add nonchord label (Default value = False)

circle-info

Return

chord_labels (list): List of chord labels

circle-info

Example

Inner helper function

Last updated