hi, I use this hack right now to get the console output into pd: ./pd 2>&1 | while read line; do echo "${line};" | ./pdsend 1235 localhost udp; done but maybe someone knows a better solution (that would allow normal printout to the pd window at the same time). best solution would probably be [stderr] object that grabs everything that is printed to the console and spits it out on an outlet. marius.
Hi,
i don't know if the console hook patch ever made it into vanilla pd.
With this it's easy to write an external which spits out the console
output... we use this feature in vibrez extensively.
gr~~~
Yes, that sounds like a very useful patch. I don't recall seeing it
in the patch tracker. Can you post it? I'd like to try to include
it into Pd-extended.
.hc
On Apr 27, 2008, at 6:10 PM, Thomas Grill wrote:
Hi, i don't know if the console hook patch ever made it into vanilla pd. With this it's easy to write an external which spits out the console output... we use this feature in vibrez extensively. gr~~~
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste