aboutsummaryrefslogtreecommitdiff
path: root/doc/additional/pd-msg/3.pdscript/README.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-20 05:02:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-20 05:02:10 +0000
commit3382e067199abb3bb8fcb2044711910640a459c1 (patch)
tree8a6ddc247f9a02dcee9deb93c859de6aa72f29c1 /doc/additional/pd-msg/3.pdscript/README.txt
parent9c73539be6788c9b430b1922a8967c8359f6d7cd (diff)
renamed files so that they will work well in the Help browser
svn path=/trunk/; revision=3988
Diffstat (limited to 'doc/additional/pd-msg/3.pdscript/README.txt')
-rw-r--r--doc/additional/pd-msg/3.pdscript/README.txt21
1 files changed, 21 insertions, 0 deletions
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