Hi,
I remember a discussion a while back about passing an array as an argument.
Does anyone recall the subject line so I can search for it in the archives?
I can't get it to work in a synth def:
SynthDef("test",{arg ... z; Out.ar(0, SinOsc.ar(z))}).play