HCSonificationInstrumentLowpassFrequencyOptions constructor

const HCSonificationInstrumentLowpassFrequencyOptions({
  1. String? mapFunction,
  2. String? mapTo,
  3. num? max,
  4. num? min,
  5. num? value,
  6. String? within,
})

Implementation

const HCSonificationInstrumentLowpassFrequencyOptions({
  this.mapFunction,
  this.mapTo,
  this.max,
  this.min,
  this.value,
  this.within,
});