-
Notifications
You must be signed in to change notification settings - Fork 8
/
makesound3.pd
55 lines (55 loc) · 1.29 KB
/
makesound3.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
#N canvas 1062 113 673 505 10;
#X obj -29 323 +~;
#X text -167 136 carrier;
#X text -179 150 frequency;
#X obj -30 367 osc~;
#X text -118 350 "carrier";
#X text -136 368 oscillator -->;
#X text -123 285 add modulator;
#X text -124 303 to carrier;
#X text -126 322 frequency -->;
#X text 119 146 index;
#X text 121 127 modulation;
#X obj 61 243 osc~;
#X obj 15 132 * 200;
#X floatatom -78 239 5 0 0 0 - - -;
#X floatatom 41 197 5 0 0 0 - - -;
#X floatatom 123 218 5 0 0 0 - - -;
#X obj 65 133 * 10000;
#X obj -28 428 outlet~;
#X obj -122 82 inlet;
#X obj 7 76 inlet;
#X obj 73 90 inlet;
#X obj -115 182 + 150;
#X text -63 138 frequency;
#X text -54 124 modulation;
#X obj 204 143 inlet;
#X text 244 141 On/Off;
#X obj -30 398 spigot~;
#X obj -81 211 spigot;
#X obj 33 165 spigot;
#X obj 130 180 spigot;
#X obj -119 142 * 1000;
#X obj 126 275 /~;
#X connect 0 0 3 0;
#X connect 3 0 26 0;
#X connect 11 0 31 0;
#X connect 12 0 28 0;
#X connect 13 0 0 0;
#X connect 14 0 11 0;
#X connect 15 0 31 0;
#X connect 16 0 29 0;
#X connect 18 0 30 0;
#X connect 19 0 12 0;
#X connect 20 0 16 0;
#X connect 21 0 27 0;
#X connect 24 0 26 1;
#X connect 24 0 27 1;
#X connect 24 0 28 1;
#X connect 24 0 29 1;
#X connect 26 1 17 0;
#X connect 27 0 13 0;
#X connect 28 0 14 0;
#X connect 29 0 15 0;
#X connect 30 0 21 0;
#X connect 31 0 0 1;