aboutsummaryrefslogtreecommitdiff
path: root/examples/1.basic_example.pd
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2012-11-08 09:39:23 +0000
committerN.N. <nimon@users.sourceforge.net>2012-11-08 09:39:23 +0000
commita86d36109abcdf80b6cb69d81ec07b14fecc5e1e (patch)
tree02cf1fed4138e8315087b06f5f5a853a3a325a0c /examples/1.basic_example.pd
parent91ad04c6dfd6efabf3a558d8272be313ef52e6d1 (diff)
share_mem : updating examples
svn path=/trunk/externals/share_mem/; revision=16529
Diffstat (limited to 'examples/1.basic_example.pd')
-rw-r--r--examples/1.basic_example.pd7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/1.basic_example.pd b/examples/1.basic_example.pd
index dbb00dc..d33e60e 100644
--- a/examples/1.basic_example.pd
+++ b/examples/1.basic_example.pd
@@ -1,8 +1,8 @@
-#N canvas 557 101 630 649 10;
+#N canvas 210 97 630 649 10;
#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 0 0;
+#X coords 0 1 99 -1 200 140 1;
#X restore 28 269 graph;
#X text 30 23 Basic sharing of memory data between two pd instances
;
@@ -18,7 +18,7 @@
#X obj 373 134 loadbang;
#N canvas 0 22 450 300 (subpatch) 0;
#X array data2 100 float 2;
-#X coords 0 1 99 -1 200 140 1 0 0;
+#X coords 0 1 99 -1 200 140 1;
#X restore 29 479 graph;
#X text 26 236 change this table \, see it moving in the subprocess
;
@@ -27,6 +27,7 @@
#X msg 373 194 memset 0 data \, memdump 100 data2;
#X obj 373 218 shmem 1001 200;
#X obj 29 202 pd~ -ninsig 0 -noutsig 0 -fifo 20;
+#X text 432 177 refresh rate;
#X connect 2 0 16 0;
#X connect 3 0 4 0;
#X connect 7 0 16 0;