Classes | UGens > Generators > Stochastic

ClipNoise : WhiteNoise : UGen : AbstractFunction : Object

Clip Noise.
Source: Noise.sc

Description

Generates noise whose values are either -1 or 1. This produces the maximum energy for the least peak to peak amplitude.

Class Methods

ClipNoise.ar(mul: 1.0, add: 0.0)

From superclass: WhiteNoise

ClipNoise.kr(mul: 1.0, add: 0.0)

From superclass: WhiteNoise

Arguments:

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

Instance Methods

Inherited instance methods

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

Examples