[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] Mix.new question



This might be a stupid question, but can anyone tell me why I get sound from:

{Out.ar(0,AudioIn.ar([1,2],0.5))}.play;


and when I try to sum the 2 channels I get no output?

{Out.ar(0,Mix.new(AudioIn.ar([1,2],0.5)))}.play; //no sound



Thanks
a