HighchartsSonificationDefaultInstrumentMappingHighpassOptions class
Mapping options for the highpass filter.
A highpass filter lets high frequencies through, but stops low frequencies, making the sound thinner.
API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.mapping.highpass
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsSonificationDefaultInstrumentMappingHighpassOptions
Constructors
- HighchartsSonificationDefaultInstrumentMappingHighpassOptions.new({HighchartsSonificationDefaultInstrumentMappingLowpassFrequencyOptions? frequency, HighchartsSonificationDefaultInstrumentMappingLowpassResonanceOptions? resonance})
- Mapping options for the highpass filter.
Properties
- frequency ↔ HighchartsSonificationDefaultInstrumentMappingLowpassFrequencyOptions?
-
Map to filter frequency in Hertz from 1 to 20,000Hz.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resonance ↔ HighchartsSonificationDefaultInstrumentMappingLowpassResonanceOptions?
-
Map to filter resonance in dB. Can be negative to cause a
dip, or positive to cause a bump.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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