From 59b6ed633cd63ec112f4367365ac14479a8e4120 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 13 Nov 2002 08:53:08 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r208, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=209 --- doc/additional/pd-msg/3.pdscript/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 doc/additional/pd-msg/3.pdscript/README (limited to 'doc/additional/pd-msg/3.pdscript/README') diff --git a/doc/additional/pd-msg/3.pdscript/README b/doc/additional/pd-msg/3.pdscript/README new file mode 100755 index 00000000..dbfc7054 --- /dev/null +++ b/doc/additional/pd-msg/3.pdscript/README @@ -0,0 +1,16 @@ +This is a short example how to "script" a pd patch +with pd commands. + +First start pd +# pd lisp.pd + +Then either start the automated shell script +# ./test.sh + +or pipe the pd commands to pdsend directly: + +# pdsend 3005 < test.txt + +Read through text.txt for further explanations + +Guenter -- cgit v1.2.1