aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/pd/script-1.pd
blob: b748857d9afc7d76e935d26293d16b48559b8ecc (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
#N canvas 297 17 688 530 12;
#X obj 39 278 print;
#X obj 345 251 print;
#X msg 499 149 freakhole;
#X msg 148 149 list H e l l o;
#X msg 166 175 Hello friend;
#X obj 42 460 print;
#X msg 102 367 0 1 2 3 4;
#X msg 197 367 5 67 3;
#X obj 350 456 print;
#X obj 326 365 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1
-1;
#X obj 515 455 print;
#X obj 514 386 bng 15 250 50 0 empty empty empty 20 8 0 8 -262144 -1
-1;
#X msg 188 204 1 3;
#X msg 345 155 help;
#X msg 360 327 set ret1;
#X msg 379 351 set ret2;
#X text 434 326 functions can be set;
#X msg 421 120 somewhere_past_mars;
#X text 152 101 reload with new arguments;
#X msg 40 104 reload 1 2 3;
#X text 21 69 This demonstrates simple scripting. See the script.py
file.;
#X obj 39 241 py script strcat;
#X obj 43 424 py script addall;
#X obj 350 420 py script;
#X obj 516 419 py script ret3;
#X obj 346 204 py script strlen;
#X msg 21 159 dir;
#X obj 146 279 print A;
#X msg 58 160 dir+;
#X obj 16 13 cnv 15 630 40 empty empty py/pyext 10 22 0 24 -260818
-1 0;
#X text 235 16 Python script objects \, (C)2003-2005 Thomas Grill;
#X text 235 32 http://grrrr.org/ext;
#X msg 509 178 a b c;
#X text 556 181 too many args;
#X connect 2 0 25 1;
#X connect 3 0 21 1;
#X connect 4 0 21 1;
#X connect 6 0 22 1;
#X connect 7 0 22 1;
#X connect 9 0 23 0;
#X connect 11 0 24 0;
#X connect 12 0 21 1;
#X connect 13 0 25 0;
#X connect 14 0 23 0;
#X connect 15 0 23 0;
#X connect 17 0 25 1;
#X connect 19 0 21 0;
#X connect 21 0 0 0;
#X connect 21 1 27 0;
#X connect 22 0 5 0;
#X connect 23 0 8 0;
#X connect 24 0 10 0;
#X connect 25 0 1 0;
#X connect 26 0 21 0;
#X connect 28 0 21 0;
#X connect 32 0 25 1;