pitches property

List<double>? pitches
getter/setter pair

A “chroma” vector representing the pitch content of the segment, corresponding to the 12 pitch classes C, C#, D to B, with values ranging from 0 to 1 that describe the relative dominance of every pitch in the chromatic scale.

More details about how to interpret this vector can be found below.

Implementation

List<double>? pitches;