COsc:
Filter:
Classes | UGens > Generators > Deterministic

COsc : PureUGen : UGen : AbstractFunction : Object

Chorusing wavetable oscillator.
Source: Osc.sc

Description

Chorusing wavetable lookup oscillator. Produces sum of two signals at

Due to summing, the peak amplitude is not the same as the wavetable and can be twice of that.

Class Methods

COsc.ar(bufnum, freq: 440.0, beats: 0.5, mul: 1.0, add: 0.0)

COsc.kr(bufnum, freq: 440.0, beats: 0.5, mul: 1.0, add: 0.0)

Arguments:

bufnum

The number of a buffer filled in wavetable format.

freq

Frequency in Hertz.

beats

Beat frequency in Hertz.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples