Skip to main content

noise

noise(
@duration 50
) -> llll

Generates white noise as a buffer.


Arguments

  • @duration [int/float]: buffer duration, in milliseconds (default: 50).

Output

synthesized buffer [llll]


Usage

$buffer = noise();
$buffer.inspect('noise buffer')