Noise is a type of oscillator that generates a buffer with random values.
Sintaxis
p5.Noise(type)
Parámetros
type
String:
Type of noise can be 'white' (default), 'brown' or 'pink'.
Métodos
setType
Set type of noise to 'white', 'pink' or 'brown'. White is the default.
This page is generated from the comments in lib/addons/p5.sound.js . Please feel free to edit it and submit a pull request!