aboutsummaryrefslogtreecommitdiff
path: root/iemhelp/help-init.pd
blob: cd7f45dbf30195916e1681bd7184cf4bc9826965 (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
#N canvas 156 133 530 349 10;

#X msg 81 54 2.5;

#X msg 20 54 bang;

#X msg 121 55 23 64;

#X text 55 249 the above can be abbreviated as:;

#X msg 168 55 symbol dog;

#X msg 260 55 open myfile 888;

#X obj 20 106 init;

#X obj 287 249 ii;

#X obj 20 133 print x1;

#X obj 95 107 init 44;

#X obj 95 132 print x2;

#X obj 190 134 print x3;

#X obj 190 109 init www;

#X obj 274 110 init symbol www;

#X obj 274 134 print x4;

#X obj 21 179 ii open file 22;

#X obj 21 203 print x5;

#X obj 144 180 ii list open file 22;

#X obj 144 203 print x6;

#X obj 301 181 ii list 6 7 8;

#X obj 301 204 print x7;

#X obj 409 181 ii 9 8 7;

#X obj 409 204 print x8;

#X obj 412 138 print x9;

#X obj 412 112 init float 77;

#X msg 389 58 11 22 33 aa bb cc;

#X text 17 282 (c) musil@iem.kug.ac.at;

#X text 59 295 IEM KUG;

#X text 34 307 graz \, austria 2001;

#X text 18 17 init : initialize anything by loadbang;

#X connect 0 0 6 0;

#X connect 1 0 6 0;

#X connect 2 0 6 0;

#X connect 4 0 6 0;

#X connect 5 0 6 0;

#X connect 6 0 8 0;

#X connect 9 0 10 0;

#X connect 12 0 11 0;

#X connect 13 0 14 0;

#X connect 15 0 16 0;

#X connect 17 0 18 0;

#X connect 19 0 20 0;

#X connect 21 0 22 0;

#X connect 24 0 23 0;

#X connect 25 0 6 0;