[chuck-users] stereo gain (henrique matias)

Perry Cook prc at cs.princeton.edu
Sun Oct 14 12:11:30 EDT 2018


You’ll need to connect your gain explicitly to channel 32 as well.  Gain is a mono UG, but there’s special treatment when connecting any mono UG to the system default stereo dac.   

Note that if you want true “stereo” gain control or panning, you can do:

Gain g[2] => dac; 

or

Pan2 p => dac;

but for multichannel you’ll have to hook up each channel individually.

Prc

Sent from my iPhone

> On Oct 14, 2018, at 9:00 AM, chuck-users-request at lists.cs.princeton.edu wrote:
> 
> Send chuck-users mailing list submissions to
>    chuck-users at lists.cs.princeton.edu
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
> or, via email, send a message with subject or body 'help' to
>    chuck-users-request at lists.cs.princeton.edu
> 
> You can reach the person managing the list at
>    chuck-users-owner at lists.cs.princeton.edu
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of chuck-users digest..."
> 
> 
> Today's Topics:
> 
>   1. outputing stereo Gain to different dac output? (henrique matias)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sun, 14 Oct 2018 08:16:32 +0100
> From: henrique matias <hems.inlet at gmail.com>
> To: ChucK Users Mailing List <chuck-users at lists.cs.princeton.edu>
> Subject: [chuck-users] outputing stereo Gain to different dac output?
> Message-ID:
>    <CA+oarRJkTaG5GbTHypbSpFbCVpi==Y4KQe2EbWK0A+UK5_+HvQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> 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.*
> 
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20181014/2df52f44/attachment-0001.html>
> 
> ------------------------------
> 
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
> 
> 
> End of chuck-users Digest, Vol 158, Issue 2
> *******************************************



More information about the chuck-users mailing list