From 38ca88ff838c3e7e3fc90c6023ae2bd377b5ba41 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Sat, 23 Feb 2008 00:50:41 +0000 Subject: 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 --- core/ds-select.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 core/ds-select.pd (limited to 'core/ds-select.pd') 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; -- cgit v1.2.1