Noise(mul=1, add=0)
A white noise generator.
Parent class : PyoObject
Examples:
>>> s = Server().boot() >>> s.start() >>> a = Noise() >>> b = Biquad(a, freq=1000, q=5, type=0).out()