File: ex-attr2.pd

package info (click to toggle)
pd-flext 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,960 kB
  • sloc: cpp: 12,978; makefile: 223; sh: 149
file content (46 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download | duplicates (3)
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 45 62 580 407 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 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 #fcac44 #000000
0;
#X text 90 367 result;
#X obj 22 240 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 0 12 #fce0c0
#000000 #000000 0 256;
#X obj 270 242 nbx 4 16 -999 999 0 0 empty empty empty 0 -6 0 12 #fce0c0
#000000 #000000 0 256;
#X obj 150 367 nbx 7 16 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 12
#dce4fc #000000 #000000 0 256;
#X text 327 243 set argument;
#X obj 158 306 attr2 @op +;
#X text 171 19 flext tutorial \, (C)2002-2022 grrrr.org;
#X connect 0 0 24 0;
#X connect 4 0 24 0;
#X connect 6 0 24 0;
#X connect 8 0 24 0;
#X connect 11 0 24 0;
#X connect 12 0 24 0;
#X connect 13 0 24 0;
#X connect 14 0 24 0;
#X connect 15 0 24 0;
#X connect 16 0 24 0;
#X connect 17 0 24 0;
#X connect 20 0 24 0;
#X connect 21 0 6 0;
#X connect 24 0 22 0;
#X connect 24 1 3 0;