Oscillator class
- Available extensions
Constructors
- Oscillator.new(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 -
start1(
ArrayInt16 data, InstrumentRegion region) → void -
Available on Oscillator, provided by the OscillatorRegionEx extension
-
start2(
ArrayInt16 data, RegionPair region) → void -
Available on Oscillator, provided by the OscillatorRegionEx extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited