musicaiz.features.get_pitch_range¶
- musicaiz.features.get_pitch_range(notes: List[musicaiz.structure.notes.Note]) int [source]¶
Computes the difference between the highest and the lowest pitches in a list of notes.
- Parameters
- notes: List[Note]
A list of musicaiz
Note()
objects.
- Returns
- int
The pitch range.