{Pan2.ar(Mix.ar(SinOsc.ar([440, 660, 110], mul:0.3)), 200.rand/200-1)}.play;
The above code works, but for some reason it feels wrong. I sense there must be a more concise way of dealing with arrays to create multiple SinOscs. My question: is there a more concise and elegant way of writing this? Or is it conceptually sound?
Thanks, Dom