randosc
randosc(
@frequency 440
@duration 50
) -> llll
Generates a random oscillator as a buffer.
Arguments
@frequency[int/float/llll]: Frequency, either as a single number, envelope, or buffer. (default:440).@duration[int/float]: Buffer duration, in milliseconds (default:50).
Output
Synthesized buffer [llll]
Usage
$buffer = randosc();
$buffer.view('randosc buffer')