Chorus class

Constructors

Chorus({required List<double> bufferL, required List<double> bufferR, required List<double> delayTable, required int bufferIndexL, required int bufferIndexR, required int delayTableIndexL, required int delayTableIndexR})
Chorus.create({required int sampleRate, required double delay, required double depth, required double frequency})
factory

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

mute() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process({required List<double> inputLeft, required List<double> inputRight, required List<double> outputLeft, required List<double> outputRight}) → void
toString() String
A string representation of this object.
inherited

Operators

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