// title: ... got one, thnx! // author: mstep // description: // Ndef folly // 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)}); Ndef(\d, { LFDNoise3.ar(SinOsc.kr(3, 0, 1000, 300), 200, 200)}); Ndef(\a).play;