aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-09 00:41:17 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit08632d2adf7fdc3fcc89a6052d120326c5847289 (patch)
treef0072d2ce4d542db00af7cd136d557c11edcba56
parentd1fbf380c8f1ac9a77a0919911713c555dda2b18 (diff)
made sure the purepd version is used since it also supports adding symbols to the fifo
svn path=/trunk/abstractions/purepd/; revision=5526
-rw-r--r--fifo-help.pd30
1 files changed, 15 insertions, 15 deletions
diff --git a/fifo-help.pd b/fifo-help.pd
index 3c948fd..5136e27 100644
--- a/fifo-help.pd
+++ b/fifo-help.pd
@@ -1,25 +1,25 @@
-#N canvas 281 463 454 304 10;
+#N canvas 285 373 458 308 10;
#X msg 29 108 bang;
#X obj 81 261 print;
-#X floatatom 134 263 5 0 0 0 - - -;
#X msg 106 166 1;
#X msg 166 166 3;
-#X obj 115 207 fifo 5;
#X msg 136 166 two;
-#X msg 196 166 four;
-#X msg 238 166 5;
-#X msg 268 166 six;
+#X msg 284 166 5;
+#X msg 314 166 six;
#X text 26 25 A First-In-First-Out ringbuffer for floats and symbols.
The argument and cold inlet specify out many elements to store in the
fifo.;
#X text 65 108 bang to output oldest element;
#X text 64 142 floats \, symbols \, and symbolic atoms are stored;
-#X connect 0 0 5 0;
-#X connect 3 0 5 0;
-#X connect 4 0 5 0;
-#X connect 5 0 2 0;
-#X connect 5 0 1 0;
-#X connect 6 0 5 0;
-#X connect 7 0 5 0;
-#X connect 8 0 5 0;
-#X connect 9 0 5 0;
+#X msg 196 166 symbol four;
+#X obj 135 261 pddp/print;
+#X obj 115 207 purepd/fifo 5;
+#X connect 0 0 12 0;
+#X connect 2 0 12 0;
+#X connect 3 0 12 0;
+#X connect 4 0 12 0;
+#X connect 5 0 12 0;
+#X connect 6 0 12 0;
+#X connect 10 0 12 0;
+#X connect 12 0 1 0;
+#X connect 12 0 11 0;