[PD] workaround for -batch -nogui delwrite~ etc bugs

Claude Heiland-Allen claude at goto10.org
Mon Aug 8 16:05:10 CEST 2011


Hi all,

The problem:

Using pd -nogui or pd -batch, some stuff seems not set up yet when the 
patch is loaded, making [delwrite~] (among others) not work correctly.

The workaround:

Use dynamic patching to instantiate the real patch with a delay.

Example:

pd -batch -r 48000 -open workaround_loader.pd -send "workaround 50 500"
pd -batch -r 48000 -open workaround_loader.pd -send "workaround 10 1000"

Hopefully useful, thanks,


Claude
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: workaround_loader.pd
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110808/9bc617a7/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: workaround_main.pd
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20110808/9bc617a7/attachment.asc>


More information about the Pd-list mailing list