aboutsummaryrefslogtreecommitdiff
path: root/shmem_table_send-help.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_send-help.pd
parent93cc6e8dbf4d5cd8ac6f2e8441282100faa7935f (diff)
synchronous table sharing abstractions
svn path=/trunk/externals/share_mem/; revision=17387
Diffstat (limited to 'shmem_table_send-help.pd')
-rw-r--r--shmem_table_send-help.pd20
1 files changed, 20 insertions, 0 deletions
diff --git a/shmem_table_send-help.pd b/shmem_table_send-help.pd
new file mode 100644
index 0000000..8d78f33
--- /dev/null
+++ b/shmem_table_send-help.pd
@@ -0,0 +1,20 @@
+#N canvas 117 655 531 336 10;
+#X msg 111 150 table to_be_shared;
+#X obj 50 115 metro 20;
+#X obj 50 91 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1
+;
+#X obj 50 228 s tables_synchro;
+#X text 165 228 to be passed between pd and pd~;
+#X text 121 13 synchronus table sharing : sending part;
+#X text 71 37 this is usefull for example \, to deporting pmpd computation
+in a pd~ object;
+#X text 100 290 open shmem_table_receive help file;
+#X msg 112 172 resize 1000;
+#X obj 320 289 shmem_table_receive;
+#X obj 50 203 shmem_table_send 5465 to_be_shared 100;
+#X obj 304 159 table to_be_shared 100;
+#X connect 0 0 10 0;
+#X connect 1 0 10 0;
+#X connect 2 0 1 0;
+#X connect 8 0 10 0;
+#X connect 10 0 3 0;