[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Mix.new question
Thanks Alberto,
This is strange, I was trying it again and I have my source (a radio
really loud) and with
{Out.ar(0,Mix.new(AudioIn.ar([1,2])))}.play;
I hear a very faint output.
However, if I change to either
{Out.ar(0,AudioIn.ar([1,2]))}.play;
or
{Out.ar(0,AudioIn.ar(1))}.play;
{Out.ar(0,AudioIn.ar(2)}.play;
I have a strong output.
what I presume, is that my radio outputs a doupled mono-signal and when
added it cancels itself.
yes. I tried an mp3 player connected to same input and it work fine.
a
Alberto de Campo wrote:
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
with the built-in mic, I get sound on the first channel with this.
maybe your left channel is off?
or you are only playing sound into the right?
best, adc
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/