-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhelp-nsw.pd
58 lines (58 loc) · 1.76 KB
/
help-nsw.pd
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
54
55
56
57
58
#N canvas 0 0 466 285 10;
#X obj 22 186 nsw mysw;
#X obj 97 229 print nsw;
#X floatatom 22 167 5 0 0 0 - - -;
#X floatatom 59 229 5 0 0 0 - - -;
#X floatatom 22 229 5 0 0 0 - - -;
#X obj 18 21 cnv 15 370 110 empty empty nsw:nameswitch 10 14 0 18 -129908
-70941 0;
#X obj 240 229 print nsw;
#X floatatom 165 167 5 0 0 0 - - -;
#X floatatom 202 229 5 0 0 0 - - -;
#X floatatom 165 229 5 0 0 0 - - -;
#X obj 165 186 nsw twosw;
#X msg 272 165 mysw \$1;
#X obj 272 147 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 325 147 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X msg 325 165 twosw \$1;
#X obj 178 139 r \$0-switches;
#X obj 304 188 s \$0-switches;
#N canvas 0 0 450 300 init 0;
#X obj 83 142 random 200;
#X obj 150 142 random 200;
#X obj 83 162 outlet;
#X obj 150 162 outlet;
#X obj 83 111 loadbang;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 4 0 0 0;
#X connect 4 0 1 0;
#X restore 82 150 pd init;
#X text 304 230 (C) 2009 Edward Kelly;
#X text 297 245 GNU/GPL license enclosed;
#X text 322 215 METASTUDIO 0.3;
#X text 22 42 ...is a routing switch where the creation argument sets
the symbol by which the data may be routed through the first or second
outlet.;
#X text 21 75 A modpatch object can be used to store a list of switch
settings as one of its parameter lists \, or switch settings could
be stored in a qlist object for real-time recording of a performance.
;
#X connect 0 0 4 0;
#X connect 0 1 3 0;
#X connect 0 2 1 0;
#X connect 2 0 0 0;
#X connect 7 0 10 0;
#X connect 10 0 9 0;
#X connect 10 1 8 0;
#X connect 10 2 6 0;
#X connect 11 0 16 0;
#X connect 12 0 11 0;
#X connect 13 0 14 0;
#X connect 14 0 16 0;
#X connect 15 0 0 1;
#X connect 15 0 10 1;
#X connect 17 0 2 0;
#X connect 17 1 7 0;