Re: [chuck-users] stereo gain (henrique matias)
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@lists.cs.princeton.edu wrote:
Send chuck-users mailing list submissions to chuck-users@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@lists.cs.princeton.edu
You can reach the person managing the list at chuck-users-owner@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
To: ChucK Users Mailing List Subject: [chuck-users] outputing stereo Gain to different dac output? Message-ID: 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.*
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
participants (1)
-
Perry Cook