-
Notifications
You must be signed in to change notification settings - Fork 4
/
08a-sound-input.pd
57 lines (57 loc) · 1.45 KB
/
08a-sound-input.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
#N canvas 617 51 472 659 10;
#X declare -lib Gem;
#X obj 28 7 cnv 15 400 50 empty empty 8a 14 24 0 24 -175655 -66577
0;
#X msg 29 106 create \, 1;
#X msg 37 132 0 \, destroy;
#X obj 82 300 gemhead;
#X obj 169 111 adc~;
#X obj 169 210 env~;
#X obj 291 207 env~;
#X obj 169 175 lop~ 100;
#X obj 82 369 rectangle 0.2 1;
#X obj 169 305 pow 2;
#X obj 169 279 / 40;
#X obj 82 415 rectangle 0.2 1;
#X obj 291 307 pow 2;
#X obj 82 392 translateXYZ 1 0 0;
#X obj 291 281 / 50;
#X obj 291 174 hip~ 400;
#X obj 28 529 loadbang;
#X msg 28 551 \; pd dsp 1;
#X text 82 29 Using the micropone to trigger;
#X text 31 65 Here we use the microphone to trigger some visual events
;
#X text 314 126 Sound input;
#X text 226 176 low pass;
#X text 352 172 high pass filter;
#X text 336 207 detect volume;
#X obj 29 162 gemwin 24;
#X text 32 455 Challenge:;
#X text 33 472 change the color of the objects dependng on the volume
;
#X text 34 488 use;
#X obj 116 490 colorRGB;
#X obj 58 490 color;
#X text 98 489 or;
#X text 172 491 .;
#X obj 324 13 declare -lib Gem;
#X text 28 619 Max Neupert \, GMU - Bauhaus Universität Weimar 2008-2012
;
#X text 82 16 Pure Data + Gem;
#X connect 1 0 24 0;
#X connect 2 0 24 0;
#X connect 3 0 8 0;
#X connect 4 0 7 0;
#X connect 4 0 15 0;
#X connect 5 0 10 0;
#X connect 6 0 14 0;
#X connect 7 0 5 0;
#X connect 8 0 13 0;
#X connect 9 0 8 2;
#X connect 10 0 9 0;
#X connect 12 0 11 2;
#X connect 13 0 11 0;
#X connect 14 0 12 0;
#X connect 15 0 6 0;
#X connect 16 0 17 0;