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.
|
(
|
|
|
|
x = {
|
|
|
|
var sig = WhiteNoise.ar(1!2);
|
|
|
|
sig = CombL.ar(sig, 0.05, 1/[36.7, 37.3], 1, 0.2);
|
|
|
|
sig = sig.blend(BPF.ar(sig, 1500, 0.5), 0.9);
|
|
|
|
}.play(fadeTime: 2);
|
|
|
|
)
|
|
|
|
|
|
x.release; |