Classes | UGens > Generators > Stochastic

LFClipNoise : LFNoise0 : UGen : AbstractFunction : Object

Clipped noise
Source: Noise.sc

Description

Randomly generates the values -1 or +1 at a rate given by the nearest integer division of the sample rate by the freqargument. It is probably pretty hard on your speakers!

Class Methods

LFClipNoise.ar(freq: 500.0, mul: 1.0, add: 0.0)

From superclass: LFNoise0

LFClipNoise.kr(freq: 500.0, mul: 1.0, add: 0.0)

From superclass: LFNoise0

Arguments:

freq

Approximate rate at which to generate random values.

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