8 May
2014
8 May
'14
7:40 p.m.
On Tue, May 6, 2014 at 8:57 AM, Michael Heuer
Arve Knudsen
wrote: Using ChucK on OS X, is there some easy way to re-direct its audio output to a file (for analysis)?
Inside your ChucK script, replace => dac; with => WvOut w => blackhole; see e.g.
Note that in that example (rec.ck), 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. -- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/