On 2011-06-23 18:39, Mirko Maier wrote:
Hi list,
I wonder if there is a possibility to receive console messages within a patch. Could be helpful, for instance, when there is a certain error that should immediately trigger a reaction. Thanks for advice.
i guess there are some answers for that in the archives.
the simplest is probably still $ pd -stderr 2>&1 | pdsend 9999 localhost udp
and then have [netreceive 9999 1] listen for your output.
fgmasdr IOhannes