aboutsummaryrefslogtreecommitdiff
path: root/sfruit/ds-end.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:23:30 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:23:30 +0000
commit77bf9d9edd54328ac41e1807c7cea2fb0bcbe3bf (patch)
treed5610bf1c9987637e5a68a6a78640e36faf97aea /sfruit/ds-end.pd
parent204cb1b74aeec62614a3de516ab67779618e9a36 (diff)
created ds-abs to house a growing collection of data structure manipulation objects
svn path=/trunk/abstractions/sfruit/; revision=10350
Diffstat (limited to 'sfruit/ds-end.pd')
-rw-r--r--sfruit/ds-end.pd26
1 files changed, 0 insertions, 26 deletions
diff --git a/sfruit/ds-end.pd b/sfruit/ds-end.pd
deleted file mode 100644
index df873b1..0000000
--- a/sfruit/ds-end.pd
+++ /dev/null
@@ -1,26 +0,0 @@
-#N canvas 61 377 261 305 10;
-#X declare -lib list-abs;
-#X obj 139 175 pointer;
-#X obj 139 37 inlet;
-#X obj 100 228 pointer;
-#X obj 32 113 list append \$1;
-#X obj 32 137 prepent traverse;
-#X obj 139 60 t b b b;
-#X obj 139 110 until;
-#X msg 139 140 next;
-#X obj 178 198 t b b;
-#X obj 100 255 outlet;
-#X obj 27 19 import list-abs;
-#X connect 0 0 2 1;
-#X connect 0 1 8 0;
-#X connect 1 0 5 0;
-#X connect 2 0 9 0;
-#X connect 3 0 4 0;
-#X connect 4 0 0 0;
-#X connect 5 0 6 0;
-#X connect 5 1 0 0;
-#X connect 5 2 3 0;
-#X connect 6 0 7 0;
-#X connect 7 0 0 0;
-#X connect 8 0 2 0;
-#X connect 8 1 6 1;