HighchartsSonificationDefaultInstrumentMappingPitchOptions constructor

HighchartsSonificationDefaultInstrumentMappingPitchOptions({
  1. String? mapTo,
  2. String? max,
  3. String? min,
  4. List<double>? scale,
  5. String? within,
  6. String? mapFunction,
  7. double? value,
})

Musical pitch refers to how high or low notes are played.

API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.mapping.pitch

Implementation

HighchartsSonificationDefaultInstrumentMappingPitchOptions(
    {this.mapTo,
    this.max,
    this.min,
    this.scale,
    this.within,
    this.mapFunction,
    this.value});