Hi,
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 for i in *.pd pdsend pd open $i pdsend pd print $i.ps ...etc
I'm not having much joy. My experience and knowledge of using FUDI communication is poor and I see a pitfall with passing an output filename to print.
Any thoughts most welcome, cheers,
Andy