aboutsummaryrefslogtreecommitdiff
path: root/examples/1.a.basic_example.pd
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2012-11-02 04:51:24 +0000
committerN.N. <nimon@users.sourceforge.net>2012-11-02 04:51:24 +0000
commite472db40c1b0d9d9781086d8905b6efcca7a9f31 (patch)
tree96738a9375cb2a7d20ff52f50d7d68fa2ece6a44 /examples/1.a.basic_example.pd
parentc0a4dd41526c822940c0775b000a881c6dcefd9b (diff)
share_mem : adding example 1
svn path=/trunk/externals/share_mem/; revision=16516
Diffstat (limited to 'examples/1.a.basic_example.pd')
-rw-r--r--examples/1.a.basic_example.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/1.a.basic_example.pd b/examples/1.a.basic_example.pd
new file mode 100644
index 0000000..252c4f3
--- /dev/null
+++ b/examples/1.a.basic_example.pd
@@ -0,0 +1,21 @@
+#N canvas 299 96 626 385 10;
+#N canvas 0 22 450 300 (subpatch) 0;
+#X array data 100 float 2;
+#X coords 0 1 99 0 200 140 1 0 0;
+#X restore 374 162 graph;
+#X text 30 23 Basic sharing of memory data between two pd instances
+;
+#X msg 29 138 pd~ start 1.b.basic_example.pd;
+#X msg 48 194 pd~ stop;
+#X text 133 262 synchronised reading;
+#X obj 29 284 shmem 1003 100;
+#X msg 29 260 memdump 0 data;
+#X obj 512 20 loadbang;
+#X msg 512 41 \; pd dsp 1;
+#X text 44 116 launch subprocess;
+#X obj 29 222 pd~ -ninsig 0 -noutsig 0 -fifo 20;
+#X connect 2 0 10 0;
+#X connect 3 0 10 0;
+#X connect 6 0 5 0;
+#X connect 7 0 8 0;
+#X connect 10 0 6 0;