A squarewave oscillator using an interpolated wavetable.
Inherits from Ugen.
Properties
- frequency : Hz. default range { 50, 3200 }. default value 440.
- amp : Float. default range { 0, 1 }. default value: .25.
Methods
- play( Array:frequencies, Array:durations ) : This method accepts arrays of frequencies and durations as arguments to create and start a sequencer targeting the oscillator.
- stop() : This method stops the sequencer that is built into the oscillator if it has been started.
- kill() : Disconnect the oscillator from whatever bus it is connected to. Note that if the oscillator is reference by another unit generator it will continue to feed output to it.