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

VosimOsc : UGen : AbstractFunction : Object
ExtensionExtension

Vosim oscillator
Source: VosimOsc.sc

Description

Two sinewaves 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

VosimOsc.kr(freq: 100, form1freq: 951, form2freq: 919, shape: 0)

VosimOsc.ar(freq: 100, form1freq: 951, form2freq: 919, shape: 0)

Arguments:

freq

Frequency in herz

form1freq

Formant 1 frequency in herz

form2freq

Formant 2 frequency in herz

shape

Waveshaping. -1.0 to 1.0.

Inherited class methods

Instance Methods

Inherited instance methods

Examples