<div dir="ltr">Hello, guys,<div><br></div><div>I am trying to output a stereo .wav file using <a href="http://chuck.cs.princeton.edu/doc/examples/basic/rec-auto-stereo.ck">rec-auto-stereo.ck</a> (retrieved from the ChucK examples). Nonetheless, the exported file completely disregards instructions passed by Pan2, and every sound is panned to the center. If I run my script standalone (passing output to dac instead of WvOut2) the pan is correctly played.</div><div><br></div><div>Take this test script:</div><div><br></div><div><div><font face="monospace, monospace">SinOsc s =&gt; Pan2 pan =&gt; dac;</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">while ( true ) {</font></div><div><font face="monospace, monospace">    Math.random2f( 0.125, 0.5 ) =&gt; s.gain;</font></div><div><font face="monospace, monospace">    Math.random2f( 63, 1500 ) =&gt; s.freq;</font></div><div><font face="monospace, monospace">    Std.randf() =&gt; pan.pan;</font></div><div><font face="monospace, monospace">    Math.random2f( 40, 400 )::ms =&gt; now;</font></div><div><font face="monospace, monospace">}</font></div></div><div><br></div><div>If I run it alone, it is correctly panned. If I run it against <a href="http://rec-auto-stereo.ck">rec-auto-stereo.ck</a>, the sound I hear from dac is duly panned, but in the resulting .wav file Pan2 information is discarded and everything goes to the center.</div><div><br></div><div>Do anyone know what am I missing?<br clear="all"><div><br></div><div>Thanks in advance!</div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(136,136,136)">Jean Menezes da Rocha</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Compositor</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Professor -- Faculdades Est</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Mestre e Doutorando em Composição pela Universidade Federal da Bahia</span><br></div></div>
</div></div>