musicaiz.harmony.ChordType¶
- class musicaiz.harmony.ChordType(value)[source]¶
Number of notes (without duplicates) per chord type which also corresponds to the maximum number of inversions plus the root position of a chord. Ex.: a triad has 2 inversion plus the root position.
- __init__(*args, **kwargs)¶
Methods
get_type_from_value
(type_index)Retrieves the ChordType object given its type
Attributes
TRIAD
SEVENTH
NINTH
ELEVENTH
THIRTEENTH