aboutsummaryrefslogtreecommitdiff
path: root/examples/3.syncro_jitter-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/3.syncro_jitter-subprocess.pd
parenta86d36109abcdf80b6cb69d81ec07b14fecc5e1e (diff)
share_mem : updating examples
svn path=/trunk/externals/share_mem/; revision=16530
Diffstat (limited to 'examples/3.syncro_jitter-subprocess.pd')
-rw-r--r--examples/3.syncro_jitter-subprocess.pd32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/3.syncro_jitter-subprocess.pd b/examples/3.syncro_jitter-subprocess.pd
deleted file mode 100644
index cc87632..0000000
--- a/examples/3.syncro_jitter-subprocess.pd
+++ /dev/null
@@ -1,32 +0,0 @@
-#N canvas 631 120 649 457 10;
-#X declare -path ..;
-#N canvas 0 22 450 300 (subpatch) 0;
-#X array data2 100 float 2;
-#X coords 0 1 99 -1 200 140 1;
-#X restore 359 33 graph;
-#X obj 313 223 loadbang;
-#X msg 313 244 \; pd dsp 1;
-#X text 170 335 writing to the shared memory;
-#X obj 67 356 shmem 1003 100;
-#X msg 67 336 memset 0 data2;
-#X obj 66 16 declare -path ..;
-#X obj 94 92 f;
-#X obj 94 113 + 1;
-#X obj 94 131 % 100;
-#X obj 94 153 / 100;
-#X obj 67 50 r metro;
-#X msg 94 178 const \$1;
-#X obj 94 199 s data2;
-#X obj 67 70 t b b;
-#X text 158 180 evolving content of data2;
-#X connect 1 0 2 0;
-#X connect 5 0 4 0;
-#X connect 7 0 8 0;
-#X connect 8 0 9 0;
-#X connect 9 0 10 0;
-#X connect 9 0 7 1;
-#X connect 10 0 12 0;
-#X connect 11 0 14 0;
-#X connect 12 0 13 0;
-#X connect 14 0 5 0;
-#X connect 14 1 7 0;