Reference p5.Noise

p5.Noise

Generate a buffer with random values.

Examples

Syntax

p5.Noise([type])

Parameters

type
String: - the type of noise (white, pink, brown)

Methods

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!

Related References