aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-04-19 10:48:40 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-04-19 10:48:40 +0000
commit1f7d2174fd05bd5ab2d3105c8ddb40c7d7d3ab57 (patch)
treea0f9d81d58a81fffc51532640fd229e667e42ae6
parent7c748a919a64d9bc1b9f47a3c65ff6a3718e0274 (diff)
ds-idx for nth data structure
svn path=/trunk/abstractions/senderfruit/; revision=9718
-rw-r--r--core/ds-idx.pd34
1 files changed, 34 insertions, 0 deletions
diff --git a/core/ds-idx.pd b/core/ds-idx.pd
new file mode 100644
index 0000000..db49ad5
--- /dev/null
+++ b/core/ds-idx.pd
@@ -0,0 +1,34 @@
+#N canvas 692 40 319 298 10;
+#X obj 64 28 inlet;
+#X obj 166 134 list append \$1;
+#X obj 166 157 prepent traverse;
+#X obj 64 56 t a b;
+#X obj 103 195 pointer;
+#X obj 64 234 pointer;
+#X msg 103 170 next;
+#X obj 103 136 until;
+#X obj 64 92 t b a;
+#X obj 64 261 outlet;
+#X obj 142 262 outlet;
+#X obj 142 234 t b b;
+#X obj 136 87 list append \$1;
+#X obj 91 114 spigot 1;
+#X obj 136 65 loadbang;
+#X text 192 69 until protection;
+#X connect 0 0 3 0;
+#X connect 1 0 2 0;
+#X connect 2 0 4 0;
+#X connect 3 0 8 0;
+#X connect 3 1 1 0;
+#X connect 4 0 5 1;
+#X connect 4 1 11 0;
+#X connect 5 0 9 0;
+#X connect 6 0 4 0;
+#X connect 7 0 6 0;
+#X connect 8 0 5 0;
+#X connect 8 1 13 0;
+#X connect 11 0 10 0;
+#X connect 11 1 7 1;
+#X connect 12 0 13 1;
+#X connect 13 0 7 0;
+#X connect 14 0 12 0;