annotate projects/heavy/pd/basicAnalogOut/_main.pd @ 269:ac8eb07afcf5

Oxygen text added to each render.cpp file for the default projects. Text includes project explanation from Wiki, edited in places. Empty project added as a default project. Doxyfile updated. Each of the project locations added to INPUT configuration option. Consider just watching the whole project file so all new projects are automatically pulled through.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 15:40:16 +0100
parents 40badaff5729
children
rev   line source
chris@164 1 #N canvas 275 504 679 362 10;
chris@164 2 #X text 148 124 << Use first two analog in's;
chris@164 3 #X text 431 57 ------------;
chris@164 4 #X text 44 51 Basic analog out;
chris@164 5 #X text 44 61 ================;
chris@164 6 #X text 431 95 DAC 3: Analog Out 0;
chris@164 7 #X text 431 105 DAC 4: Analog Out 1;
chris@164 8 #X text 431 115 DAC 5: Analog Out 2;
chris@164 9 #X text 431 125 DAC 6: Analog Out 3;
chris@164 10 #X text 431 145 DAC 8: Analog Out 5;
chris@164 11 #X text 431 135 DAC 7: Analog Out 4;
chris@164 12 #X text 431 155 DAC 9: Analog Out 6;
chris@164 13 #X text 431 165 DAC 10: Analog Out 7;
chris@164 14 #X text 431 85 DAC 2: Audio Out R;
chris@164 15 #X text 431 75 DAC 1: Audio Out L;
chris@164 16 #X obj 92 201 *~;
chris@164 17 #X obj 92 159 *~ 10;
chris@164 18 #X obj 92 180 osc~ 1;
chris@164 19 #X obj 35 242 dac~ 1 2 3;
chris@164 20 #X text 143 241 << Output to first analog out;
chris@164 21 #X text 431 49 DAC routing:;
chris@164 22 #X text 432 289 ---------------------------------;
chris@164 23 #X text 432 279 @krighxz / BELA / heavy / 12/2015;
chris@164 24 #X text 456 298 beaglert.cc / enzienaudio.com;
chris@164 25 #X obj 92 125 adc~ 3 4;
chris@164 26 #X connect 14 0 17 2;
chris@164 27 #X connect 15 0 16 0;
chris@164 28 #X connect 16 0 14 0;
chris@164 29 #X connect 23 0 15 0;
chris@164 30 #X connect 23 1 14 1;