Mercurial > hg > beaglert
diff projects/heavy/pd/hello-world/_main.pd @ 160:5bcf04234f80 heavy-updated
- added -std=c99 to Makefile for user-supplied C files (required for heavy files)
- changed heavy core render.cpp file to use latest API and removed all redundant functions (e.g. foleyDesigner/touchkey stuff)
- use build_pd.sh to compile and run pd files (-h for usage instructions)
author | chnrx <chris.heinrichs@gmail.com> |
---|---|
date | Thu, 05 Nov 2015 18:58:26 +0000 |
parents | |
children | 40badaff5729 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/projects/heavy/pd/hello-world/_main.pd Thu Nov 05 18:58:26 2015 +0000 @@ -0,0 +1,19 @@ +#N canvas 275 504 617 247 10; +#X text 304 48 ├┴┐├┤-├─┤│-┬│--├┤-╠╦╝-║- +; +#X text 304 36 ┌┐-┌─┐┌─┐┌─┐┬--┌─┐╦═╗╔╦╗ +; +#X text 304 57 └─┘└─┘┴-┴└─┘┴─┘└─┘╩╚═-╩- +; +#X text 353 76 powered by heavy; +#X text 299 68 -------------------------; +#X text 340 101 http://beaglert.cc; +#X obj 55 192 dac~ 1 2; +#X obj 55 151 *~ 0.1; +#X obj 55 130 osc~ 440; +#X text 51 51 Hello world!; +#X text 51 61 ============; +#X text 111 128 (the sweet sound of success); +#X connect 7 0 6 1; +#X connect 7 0 6 0; +#X connect 8 0 7 0;