aboutsummaryrefslogtreecommitdiff
path: root/examples/2.lazy_syncro.pd
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2012-11-08 09:51:19 +0000
committerN.N. <nimon@users.sourceforge.net>2012-11-08 09:51:19 +0000
commitb78e6f4e143678b06aec719e640356c334c48a5c (patch)
tree7a728ad88061c5c0f82641b8def49aa645eabd9b /examples/2.lazy_syncro.pd
parenta86d36109abcdf80b6cb69d81ec07b14fecc5e1e (diff)
share_mem : updating examples
svn path=/trunk/externals/share_mem/; revision=16530
Diffstat (limited to 'examples/2.lazy_syncro.pd')
-rw-r--r--examples/2.lazy_syncro.pd25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/2.lazy_syncro.pd b/examples/2.lazy_syncro.pd
deleted file mode 100644
index 14b2549..0000000
--- a/examples/2.lazy_syncro.pd
+++ /dev/null
@@ -1,25 +0,0 @@
-#N canvas 189 490 626 385 10;
-#X declare -path ..;
-#N canvas 0 22 450 300 (subpatch) 0;
-#X array data 100 float 2;
-#X coords 0 1 99 0 200 140 1 0 0;
-#X restore 374 162 graph;
-#X text 30 23 Basic sharing of memory data between two pd instances
-;
-#X msg 48 194 pd~ stop;
-#X text 133 262 synchronised reading;
-#X msg 29 260 memdump 0 data;
-#X obj 512 20 loadbang;
-#X msg 512 41 \; pd dsp 1;
-#X text 44 116 launch subprocess;
-#X obj 39 52 declare -path ..;
-#X msg 29 136 pd~ start 2.lazy_syncro-subprocess.pd;
-#X text 26 329 reading the shared memory is made maximum 20 audio block
-(pd~ round trip fifo) after pd~ set the value.;
-#X obj 29 284 shmem 1002 100;
-#X obj 29 222 pd~ -ninsig 0 -noutsig 0 -fifo 20;
-#X connect 2 0 12 0;
-#X connect 4 0 11 0;
-#X connect 5 0 6 0;
-#X connect 9 0 12 0;
-#X connect 12 0 4 0;