|
I was meaning something like this: s.boot ; SynthDef("sineme", { arg freq=100, phase=0, mul=0.5; Out.ar(0, SinOsc.ar(freq,phase, mul))}).send(s) ; ~synth = Synth(\sineme) ; r = Routine({ inf.do{ ~synth.set(\phase, 2pi.rand.postln) ; 1.wait ; } }) ; SystemClock.play(r) s.scope Best -a- On 7 May 2009, at 15:52, Carlo Capocasa wrote:
-------------------------------------------------- Andrea Valle -------------------------------------------------- CIRMA - DAMS Università degli Studi di Torino -------------------------------------------------- " This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a lotta what-have-yous." (Jeffrey 'The Dude' Lebowski) |