aboutsummaryrefslogtreecommitdiff
path: root/soundFreqToWave.pd
blob: 14b020fd32913bbe1409aed68156b627e020d790 (plain)
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
#N canvas 259 242 501 438 10;
#X obj 62 199 inlet;
#X floatatom 120 340 15 0 0 0 - - -;
#X obj 69 366 outlet;
#X floatatom 137 202 5 0 0 0 - - -;
#X obj 277 280 +;
#X msg 277 240 331.4 \$1;
#X text 279 118 Air temperature (celcius);
#X obj 317 136 inlet;
#X msg 318 184 0.6 \$1;
#X obj 320 205 *;
#X msg 136 180 440;
#X obj 68 305 / 342.2;
#X text 175 370 Defaults to 18 celsius;
#X text 48 98 SOund: Frequency (Hz) to wave length (m);
#X connect 0 0 11 0;
#X connect 3 0 11 0;
#X connect 4 0 11 1;
#X connect 5 0 4 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 5 0;
#X connect 10 0 3 0;
#X connect 11 0 2 0;
#X connect 11 0 1 0;