<div dir="ltr">On Tue, May 6, 2014 at 8:57 AM, Michael Heuer <span dir="ltr"><<a href="mailto:heuermh@gmail.com" target="_blank">heuermh@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">Arve Knudsen <<a href="mailto:arve.knudsen@gmail.com">arve.knudsen@gmail.com</a>> wrote:<br>
<br>
> Using ChucK on OS X, is there some easy way to re-direct its audio output to<br>
> a file (for analysis)?<br>
<br>
</div>Inside your ChucK script, replace => dac; with => WvOut w => blackhole; see e.g.<br>
<br>
<a href="http://chuck.cs.princeton.edu/doc/examples/basic/rec.ck" target="_blank">http://chuck.cs.princeton.edu/doc/examples/basic/rec.ck</a><br>
</blockquote></div><div><br></div><div>Note that in that example (<a href="http://rec.ck">rec.ck</a>), they redirect dac itself to WvOut, which is probably easier than replacing every "=> dac" with "=> WvOut w" because you just need to do it once at the beginning of your script.</div>

<div><br></div>-- <br>Tom Lieber<br><a href="http://AllTom.com/" target="_blank">http://AllTom.com/</a><br><a href="http://infinite-sketchpad.com/" target="_blank">http://infinite-sketchpad.com/</a>
</div></div>