comparison projects/heavy/pd/basicAnalogIn/_main.pd @ 164:40badaff5729 heavy-updated

- added more pd/heavy examples - removed heavy-specific flags from Makefile - added air-harp cpp example project
author chnrx <chris.heinrichs@gmail.com>
date Thu, 03 Dec 2015 16:19:33 +0000
parents
children
comparison
equal deleted inserted replaced
163:20b52283c7b4 164:40badaff5729
1 #N canvas 203 356 637 339 10;
2 #X obj 63 170 osc~ 440;
3 #X obj 63 223 dac~;
4 #X obj 63 191 *~;
5 #X text 440 95 ADC 3: Analog In 0;
6 #X text 34 41 Basic analog in (or 'theremin');
7 #X text 34 51 ===============================;
8 #X text 121 105 << Use first two analog in's;
9 #X text 440 49 ADC routing:;
10 #X text 440 57 ------------;
11 #X text 440 105 ADC 4: Analog In 1;
12 #X text 440 115 ADC 5: Analog In 2;
13 #X text 440 125 ADC 6: Analog In 3;
14 #X text 440 135 ADC 7: Analog In 4;
15 #X text 440 145 ADC 8: Analog In 5;
16 #X text 440 155 ADC 9: Analog In 6;
17 #X text 440 165 ADC 10: Analog In 7;
18 #X text 440 75 ADC 1: Audio In L;
19 #X text 440 85 ADC 2: Audio In R;
20 #X obj 63 149 *~ 880;
21 #X obj 63 106 adc~ 3 4;
22 #X text 355 277 ---------------------------------;
23 #X text 355 267 @krighxz / BELA / heavy / 12/2015;
24 #X text 379 286 beaglert.cc / enzienaudio.com;
25 #X connect 0 0 2 0;
26 #X connect 2 0 1 0;
27 #X connect 2 0 1 1;
28 #X connect 18 0 0 0;
29 #X connect 19 0 18 0;
30 #X connect 19 1 2 1;