annotate projects/heavy/pd/hello-world/_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
rev   line source
chris@164 1 #N canvas 275 573 461 212 10;
chris@164 2 #X obj 39 143 dac~ 1 2;
chris@164 3 #X text 35 32 Hello world!;
chris@164 4 #X text 35 42 ============;
chris@164 5 #X text 95 79 (the sweet sound of success);
chris@164 6 #X obj 39 102 *~ 0.1;
chris@164 7 #X obj 39 81 osc~ 440;
chris@164 8 #X text 238 160 ---------------------------------;
chris@164 9 #X text 238 150 @krighxz / BELA / heavy / 12/2015;
chris@164 10 #X text 262 169 beaglert.cc / enzienaudio.com;
chris@164 11 #X connect 4 0 0 1;
chris@164 12 #X connect 4 0 0 0;
chris@164 13 #X connect 5 0 4 0;