-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmag_template.pd
36 lines (36 loc) · 929 Bytes
/
mag_template.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
#N canvas 734 335 459 507 10;
#X obj 73 123 r random_note;
#X obj 83 164 random 49;
#X obj 83 193 + 36;
#X obj 86 241 mtof;
#X obj 86 271 osc~ 440;
#X obj 244 257 r enable;
#X obj 234 369 line~ 0;
#X msg 232 340 1 100;
#X obj 127 404 *~;
#X obj 124 446 dac~;
#X obj 244 306 sel 1 0;
#X msg 293 342 0 200;
#X text 82 99 From Xcode;
#X text 241 238 From Xcode;
#X obj 244 282 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 271 281 On/Off;
#X text 148 179 Random Note between 36 & 85;
#X text 6 6 LSU Center for Computation & Technology;
#X text 6 24 MAG - Mobile [ App | Art | Action ] Group;
#X text 30 43 Jesse Allison 2012;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 5 0 14 0;
#X connect 6 0 8 1;
#X connect 7 0 6 0;
#X connect 8 0 9 0;
#X connect 8 0 9 1;
#X connect 10 0 7 0;
#X connect 10 1 11 0;
#X connect 11 0 6 0;
#X connect 14 0 10 0;