aboutsummaryrefslogtreecommitdiff
path: root/core/ds-select.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-select.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-select.pd')
-rw-r--r--core/ds-select.pd22
1 files changed, 22 insertions, 0 deletions
diff --git a/core/ds-select.pd b/core/ds-select.pd
new file mode 100644
index 0000000..dd6c7b5
--- /dev/null
+++ b/core/ds-select.pd
@@ -0,0 +1,22 @@
+#N canvas 319 364 368 277 10;
+#X obj 145 119 get \$1 \$2;
+#X obj 145 162 sel \$3;
+#X obj 278 31 inlet;
+#X obj 73 238 outlet;
+#X obj 73 119 pointer;
+#X obj 145 31 inlet;
+#X obj 145 55 t a a;
+#X obj 243 238 outlet;
+#X obj 178 185 t b;
+#X obj 243 119 pointer;
+#X connect 0 0 1 0;
+#X connect 1 0 4 0;
+#X connect 1 1 8 0;
+#X connect 2 0 1 1;
+#X connect 4 0 3 0;
+#X connect 5 0 6 0;
+#X connect 6 0 0 0;
+#X connect 6 1 4 1;
+#X connect 6 1 9 1;
+#X connect 8 0 9 0;
+#X connect 9 0 7 0;