Noise Op

Noise

This op is deprecated!

It will not receive any updates

Audio noise generator, supports white, pink and brown noise


Noise is a noise generator. It uses looped noise buffers to save on performance. Noise supports the noise types: "pink", "white", and "brown". Read more about colors of noise on Wikipedia.


Edit Documentation

Full Name
  • Ops.Deprecated.WebAudio.Lib.Tonejs.Source.Noise
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorJavascript Libraries


 

INPUT PORTS


Playback Rate (Number)

The playback rate of the noise. Affects the "frequency" of the noise.

Type (Number)

The type of the noise. Can be "white", "brown", or "pink".

Start (Trigger)

Starts the noise at Start Time (+0 means now)

Start Time (Number)

The time when to start the noise, +0 means now

Stop (Trigger)

Stops the noise at Stop Time (+0 means now)

Stop Time (Number)

The time when to stop the noise, +0 means now

Auto Start (Number)

Automatically starts the noise

Volume (Dynamic)

The volume of the output in decibels (between -96 and 0).

Mute (Number)

Mutes the output.

OUTPUT PORTS


Audio Out (Object)

The noise audio signal


Patches using Noise

  • Examples
  • Public
  • My Patches