aboutsummaryrefslogtreecommitdiff
path: root/help/help-listfifo.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-10 22:15:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commitff6b00b82c7f3f1a1efae7ba00894604aa70a60d (patch)
tree16835feaeacf7f33da08e964fe72eb24d09f2657 /help/help-listfifo.pd
parent7fc71ea46f7424a15cf39d0be2b9525fa6d5a1f0 (diff)
switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems
svn path=/trunk/externals/maxlib/; revision=3878
Diffstat (limited to 'help/help-listfifo.pd')
-rw-r--r--help/help-listfifo.pd26
1 files changed, 0 insertions, 26 deletions
diff --git a/help/help-listfifo.pd b/help/help-listfifo.pd
deleted file mode 100644
index a40a609..0000000
--- a/help/help-listfifo.pd
+++ /dev/null
@@ -1,26 +0,0 @@
-#N canvas 476 153 456 307 12;
-#X floatatom 104 231 5 0 0 0 - - -;
-#X msg 38 46 bang;
-#X text 146 152 fifo <size>;
-#X obj 38 152 listfifo 10;
-#X text 42 14 listfifo :: first in first out buffer for lists;
-#X obj 104 187 unpack f f;
-#X floatatom 179 230 5 0 0 0 - - -;
-#X obj 38 263 print listfifo_output;
-#X text 204 185 output of listfifo;
-#X msg 66 76 17.3 23;
-#X obj 166 101 pack f f;
-#X floatatom 166 70 5 0 0 0 - - -;
-#X floatatom 225 70 5 0 0 0 - - -;
-#X msg 84 125 \$1 \$2;
-#X text 83 46 hit to get next number out of the fifo;
-#X connect 1 0 3 0;
-#X connect 3 0 5 0;
-#X connect 3 0 7 0;
-#X connect 5 0 0 0;
-#X connect 5 1 6 0;
-#X connect 9 0 3 0;
-#X connect 10 0 13 0;
-#X connect 11 0 10 0;
-#X connect 12 0 10 1;
-#X connect 13 0 3 0;