comparison projects/heavy/pd/samphold/_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 5bcf04234f80
children
comparison
equal deleted inserted replaced
163:20b52283c7b4 164:40badaff5729
1 #N canvas 275 504 617 247 10; 1 #N canvas 275 504 414 247 10;
2 #X text 304 48 ├┴┐├┤-├─┤│-┬│--├┤-╠╦╝-║-
3 ;
4 #X text 304 36 ┌┐-┌─┐┌─┐┌─┐┬--┌─┐╦═╗╔╦╗
5 ;
6 #X text 304 57 └─┘└─┘┴-┴└─┘┴─┘└─┘╩╚═-╩-
7 ;
8 #X text 353 76 powered by heavy;
9 #X text 299 68 -------------------------;
10 #X text 340 101 http://beaglert.cc;
11 #X obj 55 212 dac~ 1 2; 2 #X obj 55 212 dac~ 1 2;
12 #X obj 55 171 *~ 0.1; 3 #X obj 55 171 *~ 0.1;
13 #X obj 55 150 osc~ 440; 4 #X obj 55 150 osc~ 440;
14 #X text 111 148 (the sweet sound of success);
15 #X obj 55 61 noise~; 5 #X obj 55 61 noise~;
16 #X obj 55 128 samphold~; 6 #X obj 55 128 samphold~;
17 #X text 51 21 ==================; 7 #X text 51 21 ==================;
18 #X text 51 11 Sample and hold FM; 8 #X text 51 11 Sample and hold FM;
19 #X obj 55 85 lop~ 1; 9 #X obj 55 85 lop~ 1;
20 #X obj 122 107 phasor~ 880; 10 #X obj 122 107 phasor~ 880;
21 #X obj 55 107 *~ 1e+06; 11 #X obj 55 107 *~ 1e+06;
22 #X connect 7 0 6 1; 12 #X text 193 199 ---------------------------------;
23 #X connect 7 0 6 0; 13 #X text 193 189 @krighxz / BELA / heavy / 12/2015;
24 #X connect 8 0 7 0; 14 #X text 217 208 beaglert.cc / enzienaudio.com;
25 #X connect 10 0 14 0; 15 #X connect 1 0 0 1;
26 #X connect 11 0 8 0; 16 #X connect 1 0 0 0;
27 #X connect 14 0 16 0; 17 #X connect 2 0 1 0;
28 #X connect 15 0 11 1; 18 #X connect 3 0 7 0;
29 #X connect 16 0 11 0; 19 #X connect 4 0 2 0;
20 #X connect 7 0 9 0;
21 #X connect 8 0 4 1;
22 #X connect 9 0 4 0;