From b3bb10e19ed2de52a881fb0ea98e0292e6ebce65 Mon Sep 17 00:00:00 2001 From: Cyrille Henry Date: Wed, 31 Oct 2012 22:59:51 +0000 Subject: initial commit of a lib dedicated to share memory management svn path=/trunk/externals/share_mem/; revision=16503 --- shmem_send~.pd | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 shmem_send~.pd (limited to 'shmem_send~.pd') diff --git a/shmem_send~.pd b/shmem_send~.pd new file mode 100644 index 0000000..e65fe49 --- /dev/null +++ b/shmem_send~.pd @@ -0,0 +1,49 @@ +#N canvas 590 627 543 338 10; +#X obj 40 237 tabwrite~; +#X obj 148 85 f; +#X obj 242 83 + 1; +#N canvas 1 280 450 300 bang~ 0; +#X obj 73 65 bang~; +#X obj 68 93 outlet; +#X connect 0 0 1 0; +#X restore 148 45 pd bang~; +#X obj 166 67 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 +-1; +#X obj 41 57 inlet~; +#X obj 299 251 shmem \$1 2560; +#X obj 242 101 % 40; +#X obj 66 162 % 2; +#X obj 344 165 + 1; +#X obj 344 185 % 2; +#X obj 299 185 * 64; +#X obj 444 228 outlet; +#X obj 148 110 t f f f f; +#X msg 444 207 send~-\$2 \$1; +#X obj 444 184 pack f \$1; +#X obj 66 182 pack f \$0; +#X obj 39 258 table \$0-buff0 64; +#X obj 39 279 table \$0-buff1 64; +#X obj 299 206 pack f f \$0; +#X msg 66 203 set \$2-buff\$1 \, bang; +#X msg 299 228 memset \$1 \$3-buff\$2; +#X connect 1 0 13 0; +#X connect 2 0 7 0; +#X connect 3 0 1 0; +#X connect 4 0 1 0; +#X connect 5 0 0 0; +#X connect 7 0 1 1; +#X connect 8 0 16 0; +#X connect 9 0 10 0; +#X connect 10 0 19 1; +#X connect 11 0 19 0; +#X connect 13 0 2 0; +#X connect 13 0 15 0; +#X connect 13 1 11 0; +#X connect 13 2 8 0; +#X connect 13 3 9 0; +#X connect 14 0 12 0; +#X connect 15 0 14 0; +#X connect 16 0 20 0; +#X connect 19 0 21 0; +#X connect 20 0 0 0; +#X connect 21 0 6 0; -- cgit v1.2.1