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/4.table_fifo.pd | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'examples/4.table_fifo.pd') diff --git a/examples/4.table_fifo.pd b/examples/4.table_fifo.pd index edf331b..a615ef1 100644 --- a/examples/4.table_fifo.pd +++ b/examples/4.table_fifo.pd @@ -23,7 +23,6 @@ problem; = 25 bang; #X text 28 208 So \, lets use a memory size of 2500; #X obj 27 434 shmem 1004 2500; -#X msg 27 279 pd~ start 4.table_fifo-subprocess.pd; #X obj 27 374 route syncro; #X obj 27 394 * 100; #X obj 27 353 pd~ -ninsig 0 -noutsig 0 -fifo 50; @@ -42,23 +41,24 @@ problem; way \, we need a data fifo.; #X text 29 103 Only the index of the written position is passed through stdout of the pd~ \, in order to keep data syncronisation; -#X connect 2 0 19 0; +#X msg 27 279 pd~ start table_fifo-subprocess.pd; +#X connect 2 0 18 0; #X connect 3 0 4 0; #X connect 7 0 8 1; #X connect 7 1 8 0; #X connect 8 0 9 0; -#X connect 9 0 27 0; +#X connect 9 0 26 0; #X connect 10 1 7 0; #X connect 15 0 10 0; -#X connect 15 0 20 0; -#X connect 16 0 19 0; -#X connect 17 0 18 0; -#X connect 18 0 24 0; -#X connect 19 0 17 0; -#X connect 20 0 26 0; -#X connect 20 1 21 0; +#X connect 15 0 19 0; +#X connect 16 0 17 0; +#X connect 17 0 23 0; +#X connect 18 0 16 0; +#X connect 19 0 25 0; +#X connect 19 1 20 0; +#X connect 20 0 21 0; #X connect 21 0 22 0; -#X connect 22 0 23 0; -#X connect 23 0 21 1; -#X connect 23 0 26 1; -#X connect 24 0 15 0; +#X connect 22 0 20 1; +#X connect 22 0 25 1; +#X connect 23 0 15 0; +#X connect 29 0 18 0; -- cgit v1.2.1