Diff from Re: ... got one, thnx! by J. Simon van der Walt (03 Aug'14 22:49) to ... got one, thnx! by mstep (09 Aug'11 21:20)
name
description
code
Ndef(\a, { Limiter.ar(GVerb.ar(SinOsc.ar(Ndef(\d), 0, Ndef(\b), Ndef(\c)) )) });
Ndef(\b, { LFDNoise0.ar(500)});
Ndef(\c, { LFDNoise1.ar(10.3).range(5,15)});
Ndef(\d, { LFDNoise3.ar(SinOsc.kr(0.13, 0, 1000, 300), 200, 200)});
Ndef(\a, { Limiter.ar(GVerb.ar(SinOsc.ar(Ndef(\d), mul: Ndef(\b)), roomsize: Ndef(\c) ) )});
Ndef(\a).play;
category tags
noisy, code forkhythmic