Hi list,
I tried to use "pd -batch" to do some offline processing, but without success - the patch ran but no audio was computed as far as I can tell.
The same patch worked fine with "pd -noaudio -nogui" (and that patch reaches the limits of my CPU anyway so no great loss) - but it would be nice if the batch mode worked.
See attached for a simple test patch and script, with the output I get here using GNU/Linux/Ubuntu/Lucid/64bit puredata-0.42.5-3 - the batch mode output file is silent, as if no audio was computed.
Has anyone used batch mode successfully?
Thanks,
On 21/06/10 11:24, Claude Heiland-Allen wrote:
Has anyone used batch mode successfully?
Well, it seems that if the "; pd dsp 1" message is *not* [delay]ed, then it works fine, see test2 patch/script/output attached.
I filed a bug report:
http://sourceforge.net/tracker/?func=detail&aid=3019026&group_id=557...
Thanks,