LFNoise1:
Filter:
Classes | UGens > Generators > Stochastic

LFNoise1 : LFNoise0 : UGen : AbstractFunction : Object

Ramp noise
Source: Noise.sc

Description

Generates linearly interpolated random values at a rate given by the nearest integer division of the sample rate by the freq argument.

Class Methods

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

From superclass: LFNoise0

LFNoise1.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

Instance Methods

Inherited instance methods

Examples