aboutsummaryrefslogtreecommitdiff
path: root/examples/2.lazy_syncro-subprocess.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-subprocess.pd
parenta86d36109abcdf80b6cb69d81ec07b14fecc5e1e (diff)
share_mem : updating examples
svn path=/trunk/externals/share_mem/; revision=16530
Diffstat (limited to 'examples/2.lazy_syncro-subprocess.pd')
-rw-r--r--examples/2.lazy_syncro-subprocess.pd57
1 files changed, 0 insertions, 57 deletions
diff --git a/examples/2.lazy_syncro-subprocess.pd b/examples/2.lazy_syncro-subprocess.pd
deleted file mode 100644
index 8ddbbbc..0000000
--- a/examples/2.lazy_syncro-subprocess.pd
+++ /dev/null
@@ -1,57 +0,0 @@
-#N canvas 837 240 758 599 10;
-#X declare -path ..;
-#N canvas 0 22 450 300 (subpatch) 0;
-#X array data2 100 float 2;
-#X coords 0 1 99 0 200 140 1 0 0;
-#X restore 354 43 graph;
-#X obj 60 415 loadbang;
-#X msg 60 436 \; pd dsp 1;
-#X obj 245 208 f 0;
-#X obj 276 209 + 1;
-#X obj 275 231 % 100;
-#X obj 245 254 t f f;
-#X obj 290 319 metro 20000;
-#X obj 290 370 line;
-#X obj 246 393 *;
-#X obj 246 420 t f f;
-#X obj 271 443 int;
-#X obj 246 465 -;
-#X obj 246 290 / 100;
-#X msg 290 343 1 \, 10 20000;
-#X obj 290 290 loadbang;
-#X obj 67 85 metro 100;
-#X text 63 207 writing to the shared memory;
-#X obj 67 50 loadbang;
-#X obj 139 51 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
--1;
-#X obj 246 496 tabwrite data2;
-#X msg 86 230 memset 0 data2;
-#X obj 67 110 t b b b;
-#X obj 67 315 stdout;
-#X text 326 232 writing evolving data to array;
-#X obj 66 16 declare -path ..;
-#X obj 86 264 shmem 1002 100;
-#X connect 1 0 2 0;
-#X connect 3 0 4 0;
-#X connect 3 0 6 0;
-#X connect 4 0 5 0;
-#X connect 5 0 3 1;
-#X connect 6 0 13 0;
-#X connect 6 1 20 1;
-#X connect 7 0 14 0;
-#X connect 8 0 9 1;
-#X connect 9 0 10 0;
-#X connect 10 0 12 0;
-#X connect 10 1 11 0;
-#X connect 11 0 12 1;
-#X connect 12 0 20 0;
-#X connect 13 0 9 0;
-#X connect 14 0 8 0;
-#X connect 15 0 7 0;
-#X connect 16 0 22 0;
-#X connect 18 0 16 0;
-#X connect 19 0 16 0;
-#X connect 21 0 26 0;
-#X connect 22 0 23 0;
-#X connect 22 1 21 0;
-#X connect 22 2 3 0;