Mercurial > hg > beaglert
comparison projects/heavy/pd/basicAnalogOut/_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 275 504 679 362 10; | |
2 #X text 148 124 << Use first two analog in's; | |
3 #X text 431 57 ------------; | |
4 #X text 44 51 Basic analog out; | |
5 #X text 44 61 ================; | |
6 #X text 431 95 DAC 3: Analog Out 0; | |
7 #X text 431 105 DAC 4: Analog Out 1; | |
8 #X text 431 115 DAC 5: Analog Out 2; | |
9 #X text 431 125 DAC 6: Analog Out 3; | |
10 #X text 431 145 DAC 8: Analog Out 5; | |
11 #X text 431 135 DAC 7: Analog Out 4; | |
12 #X text 431 155 DAC 9: Analog Out 6; | |
13 #X text 431 165 DAC 10: Analog Out 7; | |
14 #X text 431 85 DAC 2: Audio Out R; | |
15 #X text 431 75 DAC 1: Audio Out L; | |
16 #X obj 92 201 *~; | |
17 #X obj 92 159 *~ 10; | |
18 #X obj 92 180 osc~ 1; | |
19 #X obj 35 242 dac~ 1 2 3; | |
20 #X text 143 241 << Output to first analog out; | |
21 #X text 431 49 DAC routing:; | |
22 #X text 432 289 ---------------------------------; | |
23 #X text 432 279 @krighxz / BELA / heavy / 12/2015; | |
24 #X text 456 298 beaglert.cc / enzienaudio.com; | |
25 #X obj 92 125 adc~ 3 4; | |
26 #X connect 14 0 17 2; | |
27 #X connect 15 0 16 0; | |
28 #X connect 16 0 14 0; | |
29 #X connect 23 0 15 0; | |
30 #X connect 23 1 14 1; |