[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Mix.new question
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] Mix.new question
- From: Dan Stowell <danstowell@xxxxxxxxx>
- Date: Wed, 17 Jun 2009 10:01:18 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=c+9qRDGMG5JIjmFH5rXU9tcw4MUgIffo7gVX50KBvhw=; b=xLW4hXjSpkEl+2zPR+2+utk7SoH3V9DIFF0ZqYfI4vALZxzSyFgDCKxPfyoFgAgeuH stWNu1ZdQ9htDZKAn0N3CuCSULZ/dHNcJuW1RsIV5pIysO3GSRb5j4qM1Jz5QclHAW/D oS4OmxTY2r7fUEUFJ1JUCQjmLzptY3ZjZ+OMw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Q8/V0FSSp8uV9tomnYXSQwmwLmSvJVwmK5JX5CopzPnte0iuLouoJhVl7nc2a63sk/ TsL3D1Nb33fusr841ZwYlt+LXar2/KGDLr5WmtN00arz6Pt+hnZz8AQrirulvxk77rAw dZ65VvUa5xZgSoRuW30LSe58ZauG5+5eaKaU8=
- In-reply-to: <p0624080dc65e5ea2a1ce@xxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <4A38AAAE.5020002@xxxxxxxxx> <p0624080dc65e5ea2a1ce@xxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
2009/6/17 Alberto de Campo <adc@xxxxxxxx>:
>> 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?
Or maybe your left and right input channels are in antiphase, so that
when summed they cancel out. Try this:
{Out.ar(0,Mix.new([1, -1] * AudioIn.ar([1,2],0.5)))}.play; //switched
phase of right
_______________________________________________
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/