aboutsummaryrefslogtreecommitdiff
path: root/examples/table_fifo-subprocess.pd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/table_fifo-subprocess.pd')
-rw-r--r--examples/table_fifo-subprocess.pd48
1 files changed, 48 insertions, 0 deletions
diff --git a/examples/table_fifo-subprocess.pd b/examples/table_fifo-subprocess.pd
new file mode 100644
index 0000000..91c020b
--- /dev/null
+++ b/examples/table_fifo-subprocess.pd
@@ -0,0 +1,48 @@
+#N canvas 610 111 536 478 10;
+#X declare -path ..;
+#N canvas 0 22 450 300 (subpatch) 0;
+#X array data2 100 float 2;
+#X coords 0 1 99 -1 200 140 1;
+#X restore 307 39 graph;
+#X obj 313 223 loadbang;
+#X msg 313 244 \; pd dsp 1;
+#X text 197 328 writing to the shared memory;
+#X obj 66 16 declare -path ..;
+#X obj 118 130 f;
+#X obj 118 151 + 1;
+#X obj 118 169 % 100;
+#X obj 118 191 / 100;
+#X obj 67 222 f;
+#X obj 67 242 + 1;
+#X obj 67 263 % 25;
+#X msg 94 329 memset \$1 data2;
+#X obj 94 305 * 100;
+#X obj 94 349 shmem 1004 2500;
+#X obj 67 284 t f f;
+#X msg 67 380 syncro \$1;
+#X obj 67 72 loadbang;
+#X obj 67 400 stdout;
+#X obj 67 91 metro 5;
+#X msg 118 220 const \$1;
+#X obj 118 244 s data2;
+#X obj 67 110 t b b;
+#X connect 1 0 2 0;
+#X connect 5 0 6 0;
+#X connect 6 0 7 0;
+#X connect 7 0 8 0;
+#X connect 7 0 5 1;
+#X connect 8 0 20 0;
+#X connect 9 0 10 0;
+#X connect 10 0 11 0;
+#X connect 11 0 9 1;
+#X connect 11 0 15 0;
+#X connect 12 0 14 0;
+#X connect 13 0 12 0;
+#X connect 15 0 16 0;
+#X connect 15 1 13 0;
+#X connect 16 0 18 0;
+#X connect 17 0 19 0;
+#X connect 19 0 22 0;
+#X connect 20 0 21 0;
+#X connect 22 0 9 0;
+#X connect 22 1 5 0;