[chuck-users] outputing stereo Gain to different dac output?

Joel Matthys jwmatthys at gmail.com
Sun Oct 14 13:17:33 EDT 2018


Replace the Gain with a Pan2 and do:

Pan2 p.left => dac.channel(31);
p.right => dac.channel(32);

Joel


On Sun, Oct 14, 2018, 2:17 AM henrique matias <hems.inlet at gmail.com> wrote:

> Hello i have a soundcard with multiple outputs ( 32 ) when i use normal
>
> Gain g => dac;
>
> I get a stereo signal, but if i do:
>
> Gain g => dac.chanel(31)
>
> i get sound only on 31 and not on 31 and 32.
>
> What's the right way of patching "stereo" out of a different pair on the
> dac?
>
> sorry for such basic question, when i looked for "Gain" on the
> documentation i could not find anything about patching it "stereo", perhaps
> i looked on the wrong place?
>
> Thank You
>
> --
> *time's not passing, you are.*
>
> ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂
> ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁ ❂ ❁
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20181014/be50fcfc/attachment.html>


More information about the chuck-users mailing list