RNBO Objects & Operators noise
Open Help

noise

White noise generator

Description

Generate random output

Inlets

input [bang]

bang to output

Outlets

out [number]

Generates output consisting of uniformly distributed random white-noise values between -1 and 1.

Dynamic Attributes

These attributes can be modified in the code during execution using the set object

input [bang]

bang to output

reset [bang]

reset

seed [number]

The @seed attribute is used to set a "seed" value for the random generator for predictable results. If no argument is specified, the time value will be used to initialize the seed.

See Also

Name Description
noise~ White noise generator
cycle~ A periodic waveform oscillator.
phasor~ Generate sawtooth signals
triangle~ A triangle/ramp wavetable oscillator with a phase input.
saw~ Anti-aliased sawtooth oscillator.