aboutsummaryrefslogtreecommitdiff
path: root/shmem_table_receive.pd
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2014-12-03 16:15:32 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2014-12-03 16:15:32 +0000
commitbb2d5198b4cba1a0492e5a2fc2251891bd724ac4 (patch)
treeee558153730557d8181d7035f883b9eaab40ebbc /shmem_table_receive.pd
parent93cc6e8dbf4d5cd8ac6f2e8441282100faa7935f (diff)
synchronous table sharing abstractions
svn path=/trunk/externals/share_mem/; revision=17387
Diffstat (limited to 'shmem_table_receive.pd')
-rw-r--r--shmem_table_receive.pd36
1 files changed, 36 insertions, 0 deletions
diff --git a/shmem_table_receive.pd b/shmem_table_receive.pd
new file mode 100644
index 0000000..59a26bf
--- /dev/null
+++ b/shmem_table_receive.pd
@@ -0,0 +1,36 @@
+#N canvas 1157 716 362 339 10;
+#X obj 22 23 inlet;
+#X obj 79 264 shmem \$1 2500;
+#X obj 79 142 pack f \$1;
+#X msg 79 166 allocate \$2 \$1;
+#X obj 22 71 unpack f f;
+#X obj 79 97 change -1;
+#X obj 22 46 route synchro-\$1 table;
+#X msg 213 228 resize \$1;
+#X obj 228 169 symbol \$2;
+#X obj 228 142 loadbang;
+#X obj 213 249 s;
+#X msg 22 229 memdump \$1 \$2;
+#X obj 22 207 pack f s;
+#X obj 22 134 *;
+#X obj 79 121 * 25;
+#X floatatom 154 290 5 0 0 0 - - -, f 5;
+#X connect 0 0 6 0;
+#X connect 1 1 15 0;
+#X connect 2 0 3 0;
+#X connect 3 0 1 0;
+#X connect 4 0 13 0;
+#X connect 4 1 5 0;
+#X connect 5 0 7 0;
+#X connect 5 0 13 1;
+#X connect 5 0 14 0;
+#X connect 6 0 4 0;
+#X connect 6 1 8 0;
+#X connect 7 0 10 0;
+#X connect 8 0 10 1;
+#X connect 8 0 12 1;
+#X connect 9 0 8 0;
+#X connect 11 0 1 0;
+#X connect 12 0 11 0;
+#X connect 13 0 12 0;
+#X connect 14 0 2 0;