musicaiz.features._extract_note_positions

musicaiz.features._extract_note_positions(note_seq: List[musicaiz.structure.notes.Note]) List[int][source]

Extracts the note positions in the chromatic scale of the notes in a notes sequence.

Parameters
notes: List[Note]

A list of musicaiz Note() objects.

Returns
notes_position: List[int]

A list of the position in the chromatic scale of each note in the input notes list.