sc3-plugins icon indicating copy to clipboard operation
sc3-plugins copied to clipboard

BufGrain automatically supplies an envelope

Open woolgathering opened this issue 6 years ago • 0 comments

Essentially BufGrain supplies an envelope without mentioning it in help. Figured it would be useful to update the helpfile so users know.

a = Array.fill(44100, {rrand(-1.0, 1.0)}); // noise
b = Buffer.loadCollection(s, a); // make it a buffer
{BufGrain.ar(Impulse.kr(0.5), 1, b) * 0.2}.play; // automatic sine window

woolgathering avatar Oct 25 '18 19:10 woolgathering