From b78e6f4e143678b06aec719e640356c334c48a5c Mon Sep 17 00:00:00 2001 From: "N.N." Date: Thu, 8 Nov 2012 09:51:19 +0000 Subject: share_mem : updating examples svn path=/trunk/externals/share_mem/; revision=16530 --- examples/2.lazy_syncro.pd | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/2.lazy_syncro.pd (limited to 'examples/2.lazy_syncro.pd') diff --git a/examples/2.lazy_syncro.pd b/examples/2.lazy_syncro.pd deleted file mode 100644 index 14b2549..0000000 --- a/examples/2.lazy_syncro.pd +++ /dev/null @@ -1,25 +0,0 @@ -#N canvas 189 490 626 385 10; -#X declare -path ..; -#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 48 194 pd~ stop; -#X text 133 262 synchronised reading; -#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 39 52 declare -path ..; -#X msg 29 136 pd~ start 2.lazy_syncro-subprocess.pd; -#X text 26 329 reading the shared memory is made maximum 20 audio block -(pd~ round trip fifo) after pd~ set the value.; -#X obj 29 284 shmem 1002 100; -#X obj 29 222 pd~ -ninsig 0 -noutsig 0 -fifo 20; -#X connect 2 0 12 0; -#X connect 4 0 11 0; -#X connect 5 0 6 0; -#X connect 9 0 12 0; -#X connect 12 0 4 0; -- cgit v1.2.1