BackendReverb class abstract

A reverb bus.

Implementers

Constructors

BackendReverb()

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.
destroy() → void
Destroy this reverb.
filterBandpass(double frequency, double bandwidth) → void
Add a bandpass to this reverb.
filterHighpass(double frequency, {double q = 0.7071135624381276}) → void
Apply a highpass to this reverb.
filterLowpass(double frequency, {double q = 0.7071135624381276}) → void
Apply a lowpass to this reverb.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Reset this reverb.
setPreset(ReverbPreset preset, {double? fadeTime}) → void
Update the preset for this reverb.
toString() String
A string representation of this object.
inherited

Operators

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