HighchartsSonificationDefaultInstrumentOptions constructor

HighchartsSonificationDefaultInstrumentOptions({
  1. HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
  2. Map<String, dynamic>? instrument,
  3. HighchartsSonificationDefaultInstrumentMappingOptions? mapping,
  4. String? midiName,
  5. HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
  6. bool? roundToMusicalNotes,
  7. bool? showPlayMarker,
  8. String? type,
})

Default sonification options for all instrument tracks.

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

Implementation

HighchartsSonificationDefaultInstrumentOptions(
    {this.activeWhen,
    this.instrument,
    this.mapping,
    this.midiName,
    this.pointGrouping,
    this.roundToMusicalNotes,
    this.showPlayMarker,
    this.type});