// title: Re: ... got one, thnx! // author: J. Simon van der Walt // description: // Modulating GVerb roomsize, among other things // code: Ndef(\b, { LFDNoise0.ar(500)}); Ndef(\c, { LFDNoise1.ar(0.3).range(5,15)}); Ndef(\d, { LFDNoise3.ar(SinOsc.kr(0.1, 0, 1000, 300), 200, 200)}); Ndef(\a, { Limiter.ar(GVerb.ar(SinOsc.ar(Ndef(\d), mul: Ndef(\b)), roomsize: Ndef(\c) ) )}); Ndef(\a).play;