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

NeoFormant : UGen : AbstractFunction : Object
ExtensionExtension

Formant oscillator with aliasing-free phase reset

Description

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

Class Methods

NeoFormant.ar(formantfreq: 100, carrierfreq: 200, phaseshift: 0.5)

NeoFormant.kr(formantfreq: 100, carrierfreq: 200, phaseshift: 0.5)

Arguments:

formantfreq

Set formant frequency in herz

carrierfreq

Set the carrier frequency in herz. This is the "main" frequency.

phaseshift

Amount of phase shift. 0.0 to 1.0 works best.

Inherited class methods

Instance Methods

Inherited instance methods

Examples