generate_chord_templates

generate_chord_templates(nonchord=False)

circle-info

Function description

Generate chord templates of major and minor triads (and possibly nonchord)

Notebook: C5/C5S2_ChordRec_Templates.ipynb

circle-info

Parameter

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

circle-info

Return

chord_templates (np.ndarray): Matrix containing chord_templates as columns

circle-info

Example

Inner helper function

Last updated