aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-attr2.pd
blob: 4e377725d2225db7bf8b5780937b24129895f2d7 (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
#N canvas 364 29 620 426 12;
#X msg 22 88 getattributes;
#X text 264 326 there is one additional outlet;
#X text 264 341 for all attribute-enabled objects;
#X obj 246 365 print;
#X msg 22 124 getarg;
#X text 14 218 trigger output;
#X msg 270 263 arg \$1;
#X text 159 87 query object attributes (watch console);
#X msg 95 124 getop;
#X obj 158 306 attr2 @op +;
#X text 251 124 query attributes;
#X text 332 179 set attributes;
#X msg 168 169 op +;
#X msg 167 194 op -;
#X msg 218 169 op *;
#X msg 268 193 op **;
#X msg 268 169 op =;
#X msg 218 193 op /;
#X msg 157 124 getresult;
#X obj 16 8 cnv 15 550 40 empty empty attr2 10 22 0 24 -260818 -1 0
;
#X text 173 28 http://grrrr.org;
#X text 90 367 result;
#X obj 22 240 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 0 12 -261681
-1 -1 0 256;
#X obj 270 242 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 0 12 -261681
-1 -1 0 256;
#X obj 150 367 nbx 7 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 12
-228992 -1 -1 0 256;
#X text 171 10 flext tutorial \, (C)2002-2006 Thomas Grill;
#X text 327 243 set argument;
#X connect 0 0 9 0;
#X connect 4 0 9 0;
#X connect 6 0 9 0;
#X connect 8 0 9 0;
#X connect 9 0 24 0;
#X connect 9 1 3 0;
#X connect 12 0 9 0;
#X connect 13 0 9 0;
#X connect 14 0 9 0;
#X connect 15 0 9 0;
#X connect 16 0 9 0;
#X connect 17 0 9 0;
#X connect 18 0 9 0;
#X connect 22 0 9 0;
#X connect 23 0 6 0;