HighchartsSonificationDefaultInstrumentOptions class

Default sonification options for all instrument tracks.

If specific options are also set on individual tracks or per series, those will override these options.

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

Inheritance

Constructors

HighchartsSonificationDefaultInstrumentOptions.new({HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen, Map<String, dynamic>? instrument, HighchartsSonificationDefaultInstrumentMappingOptions? mapping, String? midiName, HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping, bool? roundToMusicalNotes, bool? showPlayMarker, String? type})
Default sonification options for all instrument tracks.

Properties

activeWhen HighchartsSonificationDefaultInstrumentActiveWhenOptions?
Define a condition for when a track should be active and not.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instrument Map<String, dynamic>?
Instrument to use for playing.
getter/setter pair
mapping HighchartsSonificationDefaultInstrumentMappingOptions?
Mapping options for the audio parameters.
getter/setter pair
midiName String?
Name to use for a track when exporting to MIDI. By default it uses the series name if the track is related to a series.
getter/setter pair
pointGrouping HighchartsSonificationDefaultInstrumentPointGroupingOptions?
Options for point grouping, specifically for instrument tracks.
getter/setter pair
roundToMusicalNotes bool?
Round pitch mapping to musical notes.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPlayMarker bool?
Show play marker (tooltip and/or crosshair) for a track.
getter/setter pair
type String?
Type of track. Always "instrument" for instrument tracks, and "speech" for speech tracks.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited