BiquadConfig class

Biquad configuration.

These objects are used for filtering.

Synthizer docs

Constructors

BiquadConfig(Pointer<syz_BiquadConfig> config)
Default constructor. Do not use.
const
BiquadConfig.designBandpass(Synthizer synthizer, double frequency, double bandwidth)
Band pass.
BiquadConfig.designHighpass(Synthizer synthizer, double frequency, {double q = 0.7071135624381276})
High pass.
BiquadConfig.designIdentity(Synthizer synthizer)
Default filter type.
BiquadConfig.designLowpass(Synthizer synthizer, double frequency, {double q = 0.7071135624381276})
Low pass.

Properties

config Pointer<syz_BiquadConfig>
A pointer to a C struct.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() → void
Destroy this object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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