LFCub:
Filter:
Classes | UGens > Generators > Deterministic

LFCub : LFSaw : PureUGen : UGen : AbstractFunction : Object

A sine like shape made of two cubic pieces
Source: Osc.sc

Description

A sine like shape made of two cubic pieces. Smoother than LFPar .

Class Methods

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

From superclass: LFSaw

LFCub.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 2.

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