musicaiz.features.get_intervals_note_seq¶
- musicaiz.features.get_intervals_note_seq(note_seq: List[musicaiz.structure.notes.Note]) List[List[musicaiz.harmony.intervals.IntervalSemitones]] [source]¶
Get the intervals between pairs of notes (1st note and the rest of the notes in the note seq) of a sorted note seq. This computes all the intervals between 2 notes, taking into account the notes enharmonics.
- Parameters
- notes: List[Note]
A list of musicaiz
Note()
objects.