Update of /cvsroot/pure-data/doc/additional/pd-msg/3.pdscript In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30203/3.pdscript
Added Files: README.txt Removed Files: README Log Message: renamed files so that they will work well in the Help browser
--- README DELETED ---
--- NEW FILE: README.txt --- This is a short example how to "script" a Pd patch with pd commands. You will need to have 'pdsend' installed, which is a command line tool for sending messages to Pd. There is one included in this directory which might work for you.
First start Pd with the patch "lispg.pd". It has a [netreceive 3005] object in it which allows the patch to receive messages on port 3005.
# pd -open lisp.pd
Then either start the automated shell script:
# sh ./test.sh
or pipe the Pd commands to 'pdsend' directly:
# pdsend 3005 < test.txt
Read through test.txt for further explanations.
Guenter