RNBO Objects & Operators rand~
Open Help

rand~

Band limited random signal

Description

Use the rand~ object to generate a signal consisting of random values between -1 and 1 generated at a frequency specified by its input. It interpolates linearly between these values.

Arguments

frequency [auto]

Optional

Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.

Inlets

frequency [auto]

Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.

Outlets

out1 [signal]

The bandlimited randomized signal.

Dynamic Attributes

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

frequency [auto]

Sets the rate in Hz at which the object will generate and ramp to random frequencies. For each cycle a new random value is generated and linearly interpolated to from the current value over the next cycle.

reset [bang] (default: 0)

Banging this attribute will reset the object to its default state.

See Also

Name Description
rand~
drunk Output random numbers within a step range.
line~ Linear ramp generator
noise~ White noise generator
pink~ pink~
random Generate random numbers
urn Generate random numbers without duplicates