[PD] Redirection of output from command-line to file (with PD)

CK x at meta.lo-res.org
Tue Dec 2 10:20:52 CET 2003


I read:
> I'd like to call
>    pd   |  anotherProgram
> to read from the standard output stream into the input stream of another
> program (in Java
> in my case), but it doesn't work...

pd prints to stderr and '|' or '>' redirect stdout so on unix you'd do sth.
like: 
$ pd 2>&1 | your_program
don't know about windos, but there's bash in cygwin

HTH

x

-- 
chris at lo-res.org	Postmodernism is german romanticism with better
http://pilot.fm/	special effects. (Jeff Keuss / via ctheory.com)




More information about the Pd-list mailing list