atom feed13 messages in at.iem.pd-listRe: [PD] pd window messages
FromSent OnAttachments
Andrew ColeApr 27, 2006 1:20 pm 
IOhannes m zmoelnigApr 28, 2006 12:17 am 
Hans-Christoph SteinerApr 28, 2006 2:36 am 
Piotr MajdakApr 28, 2006 2:47 am 
Hans-Christoph SteinerApr 28, 2006 2:57 am 
IOhannes m zmoelnigApr 28, 2006 3:00 am 
Hans-Christoph SteinerApr 28, 2006 3:32 am 
Chuckk HubbardApr 28, 2006 5:37 am 
s.koepfApr 28, 2006 7:32 am 
day 5Apr 28, 2006 11:49 am 
João Miguel PaisApr 29, 2006 7:02 am 
Mathieu BouchardApr 29, 2006 12:46 pm 
day 5Apr 29, 2006 6:36 pm 
Subject:Re: [PD] pd window messages
From:IOhannes m zmoelnig (zmoe@iem.at)
Date:Apr 28, 2006 3:00:09 am
List:at.iem.pd-list

Piotr Majdak wrote:

Do you guys have a independent solution? I'm interested in something for Windows...

well, afaik stderr redirection does work on linux; piping does too. the only thing which will most likely not work is the loop i am using. (note: the problem is, that for FUDI we need the trailing semicolon which involves some treatment of the strings output by pd; trivial as it is, this would need some w32 script kiddie to do, not me....)

an even better solution would be to additionally send all messages to a global receiver within pd. this way you could do

[r pd_console] | [route error verbose] | | | ... (this is for "post", [print])

mfg.asdr. IOhannes