Oscillator class

Available Extensions

Constructors

Oscillator(Synthesizer synthesizer)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synthesizer Synthesizer
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(List<double> block, double pitch) bool
release() → void
start({required ArrayInt16 data, required LoopMode loopMode, required int sampleRate, required int start, required int end, required int startLoop, required int endLoop, required int rootKey, required int coarseTune, required int fineTune, required int scaleTuning}) → void
toString() String
A string representation of this object.
inherited

Operators

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