annotate projects/heavy/pd/hello-world/_main.pd @ 163:20b52283c7b4 heavy-updated

- added circular buffer pd/heavy example (works but process needs to be killed manually if launched via ssh?)
author chnrx <chris.heinrichs@gmail.com>
date Thu, 12 Nov 2015 15:55:30 +0000
parents 5bcf04234f80
children 40badaff5729
rev   line source
chris@160 1 #N canvas 275 504 617 247 10;
chris@160 2 #X text 304 48 ├┴┐├┤-├─┤│-┬│--├┤-╠╦╝-║-
chris@160 3 ;
chris@160 4 #X text 304 36 ┌┐-┌─┐┌─┐┌─┐┬--┌─┐╦═╗╔╦╗
chris@160 5 ;
chris@160 6 #X text 304 57 └─┘└─┘┴-┴└─┘┴─┘└─┘╩╚═-╩-
chris@160 7 ;
chris@160 8 #X text 353 76 powered by heavy;
chris@160 9 #X text 299 68 -------------------------;
chris@160 10 #X text 340 101 http://beaglert.cc;
chris@160 11 #X obj 55 192 dac~ 1 2;
chris@160 12 #X obj 55 151 *~ 0.1;
chris@160 13 #X obj 55 130 osc~ 440;
chris@160 14 #X text 51 51 Hello world!;
chris@160 15 #X text 51 61 ============;
chris@160 16 #X text 111 128 (the sweet sound of success);
chris@160 17 #X connect 7 0 6 1;
chris@160 18 #X connect 7 0 6 0;
chris@160 19 #X connect 8 0 7 0;