pink
pink
Description
pink generates pink noise, as distinguished from white noise (which the object noise~ generates). White noise has constant spectral power per hertz of bandwidth, while pink noise has constant power per octave. Subjectively, pink noise sounds less hissy than white noise. Perceptually, white noise sounds bright and harsh, and pink noise sounds more even and "natural".
The output is a random value between 0. and 1.
Inlets
in1 [bang]
in1Outlets
out1 [number]
out1Fixed Attributes
These attributes must be set in the object box and determine the behavior of the object at runtime.
hot [bool] (default: false)
Trigger computation on all inlets.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
in1 [bang]
in1
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
See Also
Name | Description |
---|---|
pink~ | |
drunk | Output random numbers within a step range. |
noise~ | White noise generator |
pink | pink |
rand~ | Band limited random signal |
random | Generate random numbers |
urn | Generate random numbers without duplicates |