[chuck-users] Mix2 doesn't mix?

Lucas Samaruga samarugalucas at gmail.com
Fri May 15 20:05:40 EDT 2009


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 at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users



More information about the chuck-users mailing list