aboutsummaryrefslogtreecommitdiff
path: root/core/ds-dump.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-23 00:50:41 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-02-23 00:50:41 +0000
commit38ca88ff838c3e7e3fc90c6023ae2bd377b5ba41 (patch)
tree55662444cd72cfed3ada7a36dd22fa1161c09e8c /core/ds-dump.pd
parent6f03ce6f2bee8102babead9adc06b3551acac85c (diff)
removing untilb since it can be replicated by t b b
added a settable deeprouteOSC for use in semento first draft of list-range, meant to recreate python's range() fxn argh! spent all morning making list-zip and managed to delete it while trying to prepare it for checkin. sigh. SOSCroute now uses routeOSC, heh ds-select and ds-dump are datastructure manipulation utilities, handy! svn path=/trunk/abstractions/senderfruit/; revision=9506
Diffstat (limited to 'core/ds-dump.pd')
-rw-r--r--core/ds-dump.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/core/ds-dump.pd b/core/ds-dump.pd
new file mode 100644
index 0000000..d63eb0c
--- /dev/null
+++ b/core/ds-dump.pd
@@ -0,0 +1,22 @@
+#N canvas 0 22 450 300 10;
+#X obj 182 135 until;
+#X obj 182 179 pointer;
+#X msg 182 156 next;
+#X obj 56 90 list append \$1;
+#X obj 56 113 prepent traverse;
+#X obj 56 53 loadbang;
+#X obj 181 22 inlet;
+#X obj 182 242 outlet;
+#X obj 336 242 outlet;
+#X obj 317 40 t b b b;
+#X connect 0 0 2 0;
+#X connect 1 0 7 0;
+#X connect 1 1 9 0;
+#X connect 2 0 1 0;
+#X connect 3 0 4 0;
+#X connect 4 0 1 0;
+#X connect 5 0 3 0;
+#X connect 6 0 0 0;
+#X connect 9 0 3 0;
+#X connect 9 1 8 0;
+#X connect 9 2 0 1;