HighchartsSonificationDefaultInstrumentMappingLowpassOptions class
Mapping options for the lowpass filter.
A lowpass filter lets low frequencies through, but stops high frequencies, making the sound more dull.
API Docs: https://api.highcharts.com/highcharts/sonification.globalTracks.mapping.lowpass
- Inheritance
 - 
    
- Object
 - HighchartsOptionsBase
 - HighchartsSonificationDefaultInstrumentMappingLowpassOptions
 
 
Constructors
- HighchartsSonificationDefaultInstrumentMappingLowpassOptions({HighchartsSonificationDefaultInstrumentMappingLowpassFrequencyOptions? frequency, HighchartsSonificationDefaultInstrumentMappingLowpassResonanceOptions? resonance})
 - Mapping options for the lowpass 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