Hallo, Andy Farnell hat gesagt: // Andy Farnell wrote:
I'd like to use the print function in Pd, in a batch process to create postscript files of an entire directory of patches.
I imagined a FUDI solution from a Bash script something like
pd -nogui & ..... start a pd instance
Did you try without "-nogui"?
for i in *.pd pdsend pd open $i pdsend pd print $i.ps ...etc
Frank Barknecht _ ______footils.org_ __goto10.org__