LFPar:
Filter:
Classes | UGens > Generators > Deterministic

LFPar : LFSaw : PureUGen : UGen : AbstractFunction : Object

Parabolic oscillator
Source: Osc.sc

Description

A sine-like shape made of two parabolas and the integral of a triangular wave. It has audible odd harmonics and is non-band-limited. Output ranges from -1 to +1.

Class Methods

LFPar.ar(freq: 440.0, iphase: 0.0, mul: 1.0, add: 0.0)

From superclass: LFSaw

LFPar.kr(freq: 440.0, iphase: 0.0, mul: 1.0, add: 0.0)

From superclass: LFSaw

Arguments:

freq

Frequency in Hertz.

iphase

Initial phase offset. For efficiency reasons this is a value ranging from 0 to 4.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

Instance Methods

Inherited instance methods

Examples