aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2012-11-08 16:45:34 +0000
committerN.N. <nimon@users.sourceforge.net>2012-11-08 16:45:34 +0000
commit3e8c42679987d8b4f5eda86039a8d9f706892c24 (patch)
treee0fe67621d71dba2cc7ac5756f14777b708742dd
parenta47a27e2a4320b9ffeada5299d50f28fddd1a25c (diff)
share_mem : updating example 3
svn path=/trunk/externals/share_mem/; revision=16532
-rw-r--r--examples/3.synchro_jitter.pd4
-rw-r--r--examples/synchro_jitter-subprocess.pd2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/3.synchro_jitter.pd b/examples/3.synchro_jitter.pd
index 02d8f61..29a6a01 100644
--- a/examples/3.synchro_jitter.pd
+++ b/examples/3.synchro_jitter.pd
@@ -2,7 +2,7 @@
#X declare -path ..;
#N canvas 0 22 450 300 (subpatch) 0;
#X array data 100 float 2;
-#X coords 0 1 99 -1 200 140 1;
+#X coords 0 1 99 0 200 140 1;
#X restore 374 160 graph;
#X msg 48 160 pd~ stop;
#X obj 104 300 shmem 1003 100;
@@ -33,7 +33,7 @@
#X obj 302 422 print synchro_error;
#N canvas 0 22 450 300 (subpatch) 0;
#X array data_history 100 float 2;
-#X coords 0 1 99 -1 200 140 1;
+#X coords 0 1 99 0 200 140 1;
#X restore 580 160 graph;
#X obj 104 445 tabwrite data_history;
#X text 426 315 At metro rate \, the first value of the shared memory
diff --git a/examples/synchro_jitter-subprocess.pd b/examples/synchro_jitter-subprocess.pd
index cc87632..c6384a8 100644
--- a/examples/synchro_jitter-subprocess.pd
+++ b/examples/synchro_jitter-subprocess.pd
@@ -2,7 +2,7 @@
#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 coords 0 1 99 0 200 140 1;
#X restore 359 33 graph;
#X obj 313 223 loadbang;
#X msg 313 244 \; pd dsp 1;