aboutsummaryrefslogtreecommitdiff
path: root/doc/additional/pd-msg/3.pdscript/README
blob: dbfc70543a43afb983782c4ac829498283ef53ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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