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

NeoVarSawOsc : UGen : AbstractFunction : Object
ExtensionExtension

Variable saw oscillator

Description

Saw with variable slope or notch.

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

Class Methods

NeoVarSawOsc.ar(freq: 100, pw: 0.5, waveshape: 0.5)

NeoVarSawOsc.kr(freq: 100, pw: 0.5, waveshape: 0.5)

Arguments:

freq

Frequency in hz.

pw

Adjust the wave. -1.0 to 1.0.

waveshape

Slope or notch. 0.0 to 1.0. 0 = notch, 1 = slope.

Inherited class methods

Instance Methods

Inherited instance methods

Examples