Oscillator class
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