Reverb class

Constructors

Reverb({required List<CombFilter> cfsL, required List<CombFilter> cfsR, required List<AllPassFilter> apfsL, required List<AllPassFilter> apfsR})
Reverb.withSampleRate(int sampleRate)
factory

Properties

apfsL List<AllPassFilter>
final
apfsR List<AllPassFilter>
final
cfsL List<CombFilter>
final
cfsR List<CombFilter>
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

getDamp() double
getRoomSize() double
getWet() double
getWidth() double
inputGain() double
mute() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(List<double> input, List<double> outputLeft, List<double> outputRight) → void
setDamp(double value) → void
setRoomSize(double value) → void
setWet(double value) → void
setWidth(double value) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

apfTuningL1 → const int
apfTuningL2 → const int
apfTuningL3 → const int
apfTuningL4 → const int
apfTuningR1 → const int
apfTuningR2 → const int
apfTuningR3 → const int
apfTuningR4 → const int
cfTuningL1 → const int
cfTuningL2 → const int
cfTuningL3 → const int
cfTuningL4 → const int
cfTuningL5 → const int
cfTuningL6 → const int
cfTuningL7 → const int
cfTuningL8 → const int
cfTuningR1 → const int
cfTuningR2 → const int
cfTuningR3 → const int
cfTuningR4 → const int
cfTuningR5 → const int
cfTuningR6 → const int
cfTuningR7 → const int
cfTuningR8 → const int
fixedGain → const double
initialDamp → const double
initialRoom → const double
initialWet → const double
initialWidth → const double
offsetRoom → const double
scaleDamp → const double
scaleRoom → const double
scaleWet → const double
stereoSpread → const int