aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-10 16:32:21 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit18180c2e3cfe5d7cf844c959d4af9da1399eee55 (patch)
tree2331020c2e52aba19034f2cf4ec6a0fe5163e128
parent9b11467d37b16a49f11ea4926efcd85c37c8326d (diff)
removed list-abs dependency
svn path=/trunk/abstractions/purepd/; revision=14586
-rw-r--r--fifo.pd10
1 files changed, 6 insertions, 4 deletions
diff --git a/fifo.pd b/fifo.pd
index c345566..d34b011 100644
--- a/fifo.pd
+++ b/fifo.pd
@@ -6,15 +6,16 @@
#X obj 97 204 list split;
#X obj 32 71 route bang;
#X obj 33 150 list;
-#X obj 32 268 trigger anything anything;
-#X obj 202 288 list-abs/list-len;
+#X obj 33 238 trigger anything anything;
+#X obj 202 288 list length;
#X obj 202 309 - 1;
#X obj 33 334 list split;
-#X obj 253 82 purepd/float_argument \$1 1;
+#X obj 253 82 float_argument \$1 1;
#X obj 64 370 route bang;
#X text 158 371 filter out the blank lists/bangs;
#X obj 130 428 outlet;
#X obj 56 129 list;
+#X obj 202 268 list;
#X connect 0 0 5 0;
#X connect 1 0 11 0;
#X connect 2 0 11 0;
@@ -25,7 +26,7 @@
#X connect 5 1 3 0;
#X connect 6 0 7 0;
#X connect 7 0 10 0;
-#X connect 7 1 8 0;
+#X connect 7 1 16 0;
#X connect 8 0 9 0;
#X connect 9 0 10 1;
#X connect 10 0 15 0;
@@ -34,3 +35,4 @@
#X connect 12 1 14 0;
#X connect 15 0 6 1;
#X connect 15 0 3 1;
+#X connect 16 0 8 0;