comparison examples/08-PureData/basicAnalogIn/_main.pd @ 464:8fcfbfb32aa0 prerelease

Examples reorder with subdirectories. Added header to each project. Moved Doxygen to bottom of render.cpp.
author Robert Jack <robert.h.jack@gmail.com>
date Mon, 20 Jun 2016 16:20:38 +0100
parents
children ddb86944e138
comparison
equal deleted inserted replaced
463:c47709e8b5c9 464:8fcfbfb32aa0
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;