Skip to content
mohayonao edited this page Dec 7, 2013 · 1 revision
# example

Instance Methods

madd(mul=1, add=0)

Multiplies the signal by mul and adds add.

range(lo=0, hi=1)

Scales the output of this UGen to be within the range of lo and hi.

unipolar(mul=1)

Scales the output of this UGen to be between (0..mul) range (default 1).

bipolar(mul=1)

Scales the output of this UGen to be between (0..mul) range (default 1).

and supports unary/binary operator methods that defined for Number

Clone this wiki locally