pdsend (was: Re: [PD] how do i interact with pd without gui?)

Mathieu Bouchard matju at sympatico.ca
Thu Apr 1 13:32:04 CEST 2004


On Thu, 1 Apr 2004, Bryan Jurish wrote:
> 
> ... if anyone's interested, i just uploaded some
> oo perl wrappers for communication via netsend/netreceive
> -- udp send isn't working, but it's another possibility...
> 
>  http://www.ling.uni-potsdam.de/~moocow/projects/pd/Pd-Socket-0.01.tar.gz

If anyone's interested, I just wrote a Ruby wrapper for communication
via netsend and

   ruby -rsocket -e'TCPSocket.open("localhost",4444){|s|s.print ARGV[0]}'

it's shorter than the URL for the Perl wrapper.

You just have to append a shell argument to the end, as in Tim Blechmann's
proposal.

________________________________________________________________
Mathieu Bouchard                       http://artengine.ca/matju








More information about the Pd-list mailing list