aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-attr2.pd
blob: 40130968bd057a2eaedeb23f5f9785dc85d5492c (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
#N canvas 364 29 609 446 12;
#X msg 21 84 help;
#X msg 23 119 getattributes;
#X text 265 357 there is one additional outlet;
#X text 265 372 for all attribute-enabled objects;
#X obj 247 396 print;
#X msg 23 155 getarg;
#X text 67 84 get some help;
#X text 15 249 trigger output;
#X msg 271 294 arg \$1;
#X text 160 118 query object attributes (watch console);
#X msg 96 155 getop;
#X obj 159 337 attr2 @op +;
#X text 252 155 query attributes;
#X text 333 210 set attributes;
#X msg 169 200 op +;
#X msg 168 225 op -;
#X msg 219 200 op *;
#X msg 269 224 op **;
#X msg 269 200 op =;
#X msg 219 224 op /;
#X msg 158 155 getresult;
#X obj 16 8 cnv 15 550 40 empty empty attr2 10 22 32 24 -260818 -1
0;
#X text 173 28 http://grrrr.org;
#X text 91 398 result;
#X obj 23 271 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 32 12 -261681
-1 -1 20 256;
#X obj 271 273 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 32 12 -261681
-1 -1 4 256;
#X obj 151 398 nbx 7 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 32
12 -228992 -1 -1 80 256;
#X text 171 10 flext tutorial \, (C)2002-2006 Thomas Grill;
#X text 328 274 set argument;
#X connect 0 0 11 0;
#X connect 1 0 11 0;
#X connect 5 0 11 0;
#X connect 8 0 11 0;
#X connect 10 0 11 0;
#X connect 11 0 26 0;
#X connect 11 1 4 0;
#X connect 14 0 11 0;
#X connect 15 0 11 0;
#X connect 16 0 11 0;
#X connect 17 0 11 0;
#X connect 18 0 11 0;
#X connect 19 0 11 0;
#X connect 20 0 11 0;
#X connect 24 0 11 0;
#X connect 25 0 8 0;