HighchartsSonificationGlobalContextTracksOptions constructor

HighchartsSonificationGlobalContextTracksOptions({
  1. double? timeInterval,
  2. double? valueInterval,
  3. String? valueMapFunction,
  4. String? valueProp,
  5. HighchartsSonificationGlobalTracksMappingOptions? mapping,
  6. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  7. Map<String, dynamic>? instrument,
  8. String? midiName,
  9. HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
  10. bool? roundToMusicalNotes,
  11. bool? showPlayMarker,
  12. String? type,
})

Context tracks to add globally, an array of either instrument tracks, speech tracks, or a mix.

API Docs: https://api.highcharts.com/highcharts/sonification.globalContextTracks

Implementation

HighchartsSonificationGlobalContextTracksOptions(
    {this.timeInterval,
    this.valueInterval,
    this.valueMapFunction,
    this.valueProp,
    this.mapping,
    this.activeWhen,
    this.instrument,
    this.midiName,
    this.pointGrouping,
    this.roundToMusicalNotes,
    this.showPlayMarker,
    this.type});