forked from gorodscy/Hacktable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
makesound2.pd
55 lines (55 loc) · 1.29 KB
/
makesound2.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 320 75 582 493 10;
#X obj 116 265 *~;
#X obj -39 313 +~;
#X text -177 126 carrier;
#X text -189 140 frequency;
#X obj -40 357 osc~;
#X text -128 340 "carrier";
#X text -146 358 oscillator -->;
#X text -133 275 add modulator;
#X text -134 293 to carrier;
#X text -136 312 frequency -->;
#X text 109 136 index;
#X text 111 117 modulation;
#X obj 51 233 osc~;
#X obj 5 122 * 200;
#X floatatom -88 229 5 0 0 0 - - -;
#X floatatom 31 187 5 0 0 0 - - -;
#X floatatom 113 208 5 0 0 0 - - -;
#X obj -129 132 * 500;
#X obj 55 123 * 10000;
#X obj -38 418 outlet~;
#X obj -132 72 inlet;
#X obj -3 66 inlet;
#X obj 63 80 inlet;
#X obj -125 172 + 150;
#X text -73 128 frequency;
#X text -64 114 modulation;
#X obj 194 133 inlet;
#X text 234 131 On/Off;
#X obj -40 388 spigot~;
#X obj -91 201 spigot;
#X obj 23 155 spigot;
#X obj 120 170 spigot;
#X connect 0 0 1 1;
#X connect 1 0 4 0;
#X connect 4 0 28 0;
#X connect 12 0 0 0;
#X connect 13 0 30 0;
#X connect 14 0 1 0;
#X connect 15 0 12 0;
#X connect 16 0 0 0;
#X connect 17 0 23 0;
#X connect 18 0 31 0;
#X connect 20 0 17 0;
#X connect 21 0 13 0;
#X connect 22 0 18 0;
#X connect 23 0 29 0;
#X connect 26 0 28 1;
#X connect 26 0 29 1;
#X connect 26 0 30 1;
#X connect 26 0 31 1;
#X connect 28 1 19 0;
#X connect 29 0 14 0;
#X connect 30 0 15 0;
#X connect 31 0 16 0;