«Re: ... got one, thnx!» by J. Simon van der Walt

on 03 Aug'14 22:49 in noisycode fork

Modulating GVerb roomsize, among other things

1
2
3
4
5
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;
raw 255 chars (focus & ctrl+a+c to copy)
reception
comments