aboutsummaryrefslogtreecommitdiff
path: root/test-clr.pd
blob: 87bf7985b7721cdcab13185e4ce6e5c84256253e (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
#N canvas 73 31 760 568 12;
#X obj 49 51 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X floatatom 65 70 5 0 0 0 - - -;
#X symbolatom 80 93 10 0 0 0 - - -;
#X text 146 66 simple messages;
#X msg 221 95 sel1;
#X msg 235 118 sel2;
#X text 282 107 selectors;
#X msg 244 161 selFloat \$1;
#X obj 247 142 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X obj 227 263 hsl 128 15 0 127 0 0 empty empty empty -2 -6 0 8 -262144
-1 -1 0 1;
#X text 224 242 mapped to selFloat;
#X msg 94 210 selGenericList 12 a 0.5 b;
#X text 93 188 complex list;
#X obj 82 297 print;
#X text 43 329 arguments: Class name \, Filename;
#X obj 438 353 clr Counter External.dll 2;
#X obj 83 267 clr External;
#X text 43 345 you omit filename if is the same as classname;
#X text 40 411 you can pass arguments;
#X text 39 431 in this case you must provide filename too;
#X floatatom 438 392 5 0 0 0 - - -;
#X floatatom 438 302 5 0 0 0 - - -;
#X msg 510 299 init 0;
#X text 36 453 the parameter is the initial value of the counter;
#X floatatom 641 320 5 0 0 0 - - -;
#X text 408 244 this external sums the value passed in the left inlet
with the stored one;
#X obj 411 305 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X text 287 3 more than one class can be compiled in the same assembly
;
#X text 37 477 NB: a class corresponding constructor must exist;
#X msg 309 210 1 2 3 a b c;
#X connect 0 0 16 0;
#X connect 1 0 16 0;
#X connect 2 0 16 0;
#X connect 4 0 16 0;
#X connect 5 0 16 0;
#X connect 7 0 16 0;
#X connect 8 0 7 0;
#X connect 9 0 16 1;
#X connect 11 0 16 0;
#X connect 15 0 20 0;
#X connect 16 0 13 0;
#X connect 21 0 15 0;
#X connect 22 0 15 0;
#X connect 24 0 15 1;
#X connect 26 0 15 0;
#X connect 29 0 16 0;