ZOsc:
Filter:
Classes (extension) | UGens > Oscillator

ZOsc : UGen : AbstractFunction : Object
ExtensionExtension

Sinewave multiplied by and sync'ed to a carrier
Source: ZOsc.sc

Description

Sinewave multiplied by and sync'ed to a carrier.

Original code by E. Gillet. Revisted by Ben Sergentanis for the DaisySP DSP library. Ported to SuperCollider by Mads Kjeldgaard.

Class Methods

ZOsc.ar(freq: 100, formantfreq: 91, shape: 0.5, mode: 0.5)

ZOsc.kr(freq: 100, formantfreq: 91, shape: 0.5, mode: 0.5)

Arguments:

freq

Set carrier frequency in herz.

formantfreq

Set formant oscillator frequency in herz.

shape

Adjust contour of waveform. 0.0 to 1.0.

mode

Set the offset amound and phase shift. < 1/3 is just phaseshaft and above 2/3 is just offset, between them is both. -1.0 to 1.0.

Inherited class methods

Instance Methods

Inherited instance methods

Examples