Generate a buffer with random values.
Examples
Syntax
p5.Noise([type])
Parameters
type
String: - the type of noise (white, pink, brown)
Methods
setType
Set type of noise to 'white', 'pink' or 'brown'. White is the default.
amp
Adjust the amplitude of the noise source.
start
Starts the noise source.
stop
Stops the noise source.
Notice any errors or typos? Please let us know. Please feel free to edit src/Noise.js and open a pull request!