view 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
line wrap: on
line source
#N canvas 275 504 679 362 10;
#X text 148 124 << Use first two analog in's;
#X text 431 57 ------------;
#X text 44 51 Basic analog out;
#X text 44 61 ================;
#X text 431 95 DAC 3: Analog Out 0;
#X text 431 105 DAC 4: Analog Out 1;
#X text 431 115 DAC 5: Analog Out 2;
#X text 431 125 DAC 6: Analog Out 3;
#X text 431 145 DAC 8: Analog Out 5;
#X text 431 135 DAC 7: Analog Out 4;
#X text 431 155 DAC 9: Analog Out 6;
#X text 431 165 DAC 10: Analog Out 7;
#X text 431 85 DAC 2: Audio Out R;
#X text 431 75 DAC 1: Audio Out L;
#X obj 92 201 *~;
#X obj 92 159 *~ 10;
#X obj 92 180 osc~ 1;
#X obj 35 242 dac~ 1 2 3;
#X text 143 241 << Output to first analog out;
#X text 431 49 DAC routing:;
#X text 432 289 ---------------------------------;
#X text 432 279 @krighxz / BELA / heavy / 12/2015;
#X text 456 298 beaglert.cc / enzienaudio.com;
#X obj 92 125 adc~ 3 4;
#X connect 14 0 17 2;
#X connect 15 0 16 0;
#X connect 16 0 14 0;
#X connect 23 0 15 0;
#X connect 23 1 14 1;