key property

  1. @JsonKey(fromJson: convertToIntIfDoubleValue)
int? key
getter/setter pair

The key the track is in. Integers map to pitches using standard Pitch Class notation. E.g. 0 = C, 1 = C♯/D♭, 2 = D, and so on.

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValue)
int? key;