From 3e8c42679987d8b4f5eda86039a8d9f706892c24 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 8 Nov 2012 16:45:34 +0000 Subject: share_mem : updating example 3 svn path=/trunk/externals/share_mem/; revision=16532 --- examples/3.synchro_jitter.pd | 4 ++-- examples/synchro_jitter-subprocess.pd | 2 +- 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; -- cgit v1.2.1