SilentBackendReverb class
A silent reverb.
This class does nothing.
- Implemented types
Constructors
- SilentBackendReverb()
-
Create an instance.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearFilter(
) → void -
Remove any filtering applied to this reverb.
override
-
destroy(
) → void -
Destroy this reverb.
override
-
filterBandpass(
double frequency, double bandwidth) → void -
Add a bandpass to this reverb.
override
-
filterHighpass(
double frequency, {double q = 0.7071135624381276}) → void -
Apply a highpass to this reverb.
override
-
filterLowpass(
double frequency, {double q = 0.7071135624381276}) → void -
Apply a lowpass to this reverb.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
Reset this reverb.
override
-
setPreset(
ReverbPreset preset, {double? fadeTime}) → void -
Update the preset for this reverb.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited