aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/pd/simple-2.pd
blob: e20be506ff2284b1f3bd418062aaef88d43b474d (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
28
29
30
31
32
33
34
35
36
37
#N canvas 225 210 689 411 12;
#X floatatom 251 106 5 0 0;
#X text 409 291 watch the console output!;
#X msg 55 213 help;
#X text 15 57 This demonstrates message handling. See the simple.py
file.;
#X msg 54 238 doc;
#X msg 90 239 doc+;
#X floatatom 308 106 5 0 0;
#X msg 218 228 msg 2;
#X obj 172 282 pyext simple ex2;
#X floatatom 172 327 5 0 0;
#X floatatom 289 328 5 0 0;
#X text 17 22 py/pyext - Python script objects \, (C)2002 Thomas Grill
;
#X msg 149 197 msg 1 3;
#X msg 283 213 msg a b;
#X msg 169 167 hello;
#X msg 242 173 hello;
#X msg 315 172 msg;
#X msg 374 147 hello 3;
#X text 418 172 special case: 'hello' handler doesn't like args \,
so _anything_ is called!;
#X connect 0 0 8 1;
#X connect 2 0 8 0;
#X connect 4 0 8 0;
#X connect 5 0 8 0;
#X connect 6 0 8 2;
#X connect 7 0 8 2;
#X connect 8 0 9 0;
#X connect 8 1 10 0;
#X connect 12 0 8 1;
#X connect 13 0 8 3;
#X connect 14 0 8 1;
#X connect 15 0 8 3;
#X connect 16 0 8 2;
#X connect 17 0 8 3;