On Mar 27, 2010, at 4:22 PM, Michal Seta wrote:
IIRC you need the command 'open' to run some commands on MacOSX (if they are not in the usual /usr/bin directory, or similar).
for using pdsend on MacOS I had to this: echo "YOUR_DATA";|/Applications/Pd-extended.app/Contents/Resources/bin/pdsend PORT
With an alias set, you can simply use:
echo "unit /pd/unitd/startup" | pdsend 3333 localhost udp
... which works in Linux as well.
Dan Wilcox danomatika.com robotcowboy.com