From 3382e067199abb3bb8fcb2044711910640a459c1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 20 Nov 2005 05:02:10 +0000 Subject: renamed files so that they will work well in the Help browser svn path=/trunk/; revision=3988 --- doc/additional/pd-msg/3.pdscript/README.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/additional/pd-msg/3.pdscript/README.txt (limited to 'doc/additional/pd-msg/3.pdscript/README.txt') diff --git a/doc/additional/pd-msg/3.pdscript/README.txt b/doc/additional/pd-msg/3.pdscript/README.txt new file mode 100644 index 00000000..f5831b48 --- /dev/null +++ b/doc/additional/pd-msg/3.pdscript/README.txt @@ -0,0 +1,21 @@ +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 -- cgit v1.2.1