aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/pd/simple-3.pd
blob: 450a3ec99a5000236382d0d8107447008475fd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#N canvas 384 270 546 386 12;
#X msg 88 279 help;
#X text 15 50 This demonstrates message handling. See the simple.py
file.;
#X msg 87 304 doc;
#X msg 123 305 doc+;
#X floatatom 288 345 5 0 0 0 - - -;
#X text 17 22 py/pyext - Python script objects \, (C)2002 Thomas Grill
;
#X floatatom 316 119 5 0 0 0 - - -;
#X floatatom 399 119 5 0 0 0 - - -;
#X obj 225 279 pyext simple ex3 1;
#X msg 39 195 reload.;
#X msg 39 223 reload -10;
#X text 110 194 reload script and keep arguments;
#X text 128 224 reload script with new arguments;
#X text 281 140 triggers;
#X text 340 344 result;
#X text 410 140 sets argument;
#X connect 0 0 8 0;
#X connect 2 0 8 0;
#X connect 3 0 8 0;
#X connect 6 0 8 1;
#X connect 7 0 8 2;
#X connect 8 0 4 0;
#X connect 9 0 8 0;
#X connect 10 0 8 0;