aboutsummaryrefslogtreecommitdiff
path: root/examples/4.table_fifo.pd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/4.table_fifo.pd')
-rw-r--r--examples/4.table_fifo.pd28
1 files changed, 14 insertions, 14 deletions
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;