Mercurial > hg > beaglert
diff projects/heavy/pd/circularBuffer/_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 | 20b52283c7b4 |
children |
line wrap: on
line diff
--- a/projects/heavy/pd/circularBuffer/_main.pd Thu Nov 12 15:55:30 2015 +0000 +++ b/projects/heavy/pd/circularBuffer/_main.pd Thu Dec 03 16:19:33 2015 +0000 @@ -1,4 +1,4 @@ -#N canvas 369 979 738 494 10; +#N canvas 436 490 738 494 10; #X obj 135 167 loadbang; #X msg 135 212 1; #X obj 183 234 / 44.1; @@ -35,10 +35,16 @@ #X obj 204 186 r \$0-blocksize; #X obj 394 259 r \$0-blocksize; #X obj 390 123 s \$0-blocksize; -#X floatatom 390 105 5 0 0 0 - - -, f 5; #X text 34 13 VIRTUAL CIRCULAR BUFFER; #X text 34 23 =======================; -#X text 503 465 @krighxz / BELA / heavy / 11/2015; +#X obj 390 55 loadbang; +#X msg 390 77 16; +#X text 517 454 ---------------------------------; +#X text 517 444 @krighxz / BELA / heavy / 12/2015; +#X text 541 463 beaglert.cc / enzienaudio.com; +#X text 426 78 << replace with target blocksize; +#X text 446 90 BELA default: 16; +#X text 446 102 PD default: 64; #X connect 0 0 20 0; #X connect 1 0 3 0; #X connect 2 0 3 1; @@ -69,4 +75,5 @@ #X connect 27 0 25 1; #X connect 28 0 26 1; #X connect 29 0 24 1; -#X connect 31 0 30 0; +#X connect 33 0 34 0; +#X connect 34 0 30 0;