Classes | UGens > Generators > Deterministic

Saw : UGen : AbstractFunction : Object

Band limited sawtooth.
Source: FSinOsc.sc

Description

Band limited sawtooth wave generator.

Class Methods

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

Arguments:

freq

Frequency in Hertz.

mul

Output will be multiplied by this value.

add

This value will be added to the output.

Inherited class methods

7 methods from UGen ► show
7 methods from Object ► show

Undocumented class methods

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

Instance Methods

Inherited instance methods

92 methods from UGen ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Examples