musicaiz.features.note_length_histogram¶
- musicaiz.features.note_length_histogram(notes: List[musicaiz.structure.notes.Note]) numpy.array [source]¶
Uses get_note_classes to build a 1D list vector of 12 dimensions in which each element represents the counts of each note name in the chromatic scale of 12 notes.
- Parameters
- notes: List[Note]
A list of musicaiz
Note()
objects.