You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(
|
|
{
|
|
|
|
var freq = 440;
|
|
var pulse = LFPulse.ar(freq, 0, 0.5);
|
|
var env = EnvGen.kr(Env.perc(0.01, 0.5), doneAction: 2);
|
|
(pulse * env * 0.2).dup
|
|
}.play;
|
|
)
|
|
|
|
|
|
|