Alexandros Drymonitis wrote:
Applications/Pd-extended.app/Contents/Resources/bin/pd pdsend is in the same directory, but I've no idea how to use it via command line to quit Pd..
when in pd's directory, do : ./pdsend ./ means "the command that's in the current directory. You can also use : /Applications/Pd-extended.app/Contents/Resources/bin/pdsend
Patch in pd:
[netreceive 4444] | | [ ; pd quit (
on the command-line :
echo "hello;" | ./pdsend 4444
works.