Documentation says Mix2 will "mix stereo input down to mono channel." But then why does this example play the sine wave in my left ear and the noise in my right? Mix2 mix => dac; SinOsc s => mix.left; Noise n => mix.right; 1::second => now; Am I using it wrong? -- Tom Lieber http://AllTom.com/
I think this but either. Pan2 pan => Mix2 mix => dac; SinOsc s => pan.left; Noise n => pan.right; 1::second => now; El 14/05/2009, a las 13:21, Tom Lieber escribió:
Documentation says Mix2 will "mix stereo input down to mono channel." But then why does this example play the sine wave in my left ear and the noise in my right?
Mix2 mix => dac; SinOsc s => mix.left; Noise n => mix.right; 1::second => now;
Am I using it wrong?
-- Tom Lieber http://AllTom.com/ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
Lucas Samaruga
-
Tom Lieber