«distortion wave» by Kian
on 14 Dec'16 20:06 inDetune idea is from James Harkins.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(
a = {
|freq = 40, wid = 0.5|
Mix(LFPulse.ar(freq *((Array.fill(40, Pxrand((1, 2..20), inf).iter)/1000)+1),
0, wid, 0.05)
).dup
}.play;
)
//more distorsion
~widlfo = {Saw.kr(0.5).range(0,1)};
a.set(\wid, ~widlfo);
//stop
a.release;
reception
comments