Formant:
Filter:
Classes | UGens > Generators > Deterministic

Formant : PureUGen : UGen : AbstractFunction : Object

Formant oscillator
Source: Osc.sc

Description

Generates a set of harmonics around a formant frequency at a given fundamental frequency.

Class Methods

Formant.ar(fundfreq: 440.0, formfreq: 1760.0, bwfreq: 880.0, mul: 1.0, add: 0.0)

Arguments:

fundfreq

Fundamental frequency in Hertz. (control rate)

formfreq

Formant frequency in Hertz. (control rate)

bwfreq

Pulse width frequency in Hertz. Controls the bandwidth of the formant. (control rate)

Must be greater than or equal to fundfreq.

mul
add

Discussion:

The frequency inputs are read at control rate only, so if you use an audio rate UGen as an input, it will only be sampled at the start of each audio synthesis block.

Inherited class methods

Instance Methods

Inherited instance methods

Examples