rand~
Examples
Arguments
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.
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~ | Band-limited random signal |
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 |