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/sdeeprouteOSC.pd | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 core/sdeeprouteOSC.pd (limited to 'core/sdeeprouteOSC.pd') diff --git a/core/sdeeprouteOSC.pd b/core/sdeeprouteOSC.pd new file mode 100644 index 0000000..912c65e --- /dev/null +++ b/core/sdeeprouteOSC.pd @@ -0,0 +1,54 @@ +#N canvas 0 22 961 518 10; +#X obj 301 159 \$0; +#X obj 267 261 \$0; +#X obj 43 33 inlet; +#X obj 43 67 s \$0-inlet; +#X obj 37 442 outlet; +#X msg 301 186 obj 20 20 r \$1-inlet; +#X msg 319 134 clear; +#X obj 233 45 list append \$1; +#X obj 391 34 inlet; +#X obj 391 60 list; +#X obj 233 77 t b b b a b b; +#X msg 267 287 obj 20 80 s \$1-outlet1; +#X obj 37 414 r \$0-outlet1; +#X obj 487 35 loadbang; +#X obj 487 59 list append \$2; +#X obj 487 81 sel 0; +#X obj 233 12 initbang; +#X msg 233 376 connect 0 0 1 0 \, connect 1 0 2 0; +#X msg 284 234 obj 20 50 deeprouteOSC \$1; +#X msg 485 111 Sorry - sdeeprouteOSC currently only supports one argument! +; +#X obj 485 144 print sdeeprouteOSC; +#N canvas 279 88 285 163 \$0deeprouteOSC 0; +#X obj 20 20 r 39957-inlet; +#X obj 20 50 deeprouteOSC /chptrA/interp-constrained-to-0-1; +#X obj 20 80 s 39957-outlet1; +#X obj 160 100 s 39957-outlet2; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X restore 45 240 pd \$0deeprouteOSC; +#X obj 363 424 s pd-\$0deeprouteOSC; +#X connect 0 0 5 0; +#X connect 1 0 11 0; +#X connect 2 0 3 0; +#X connect 5 0 22 0; +#X connect 6 0 22 0; +#X connect 7 0 10 0; +#X connect 8 0 9 0; +#X connect 9 0 10 0; +#X connect 10 0 17 0; +#X connect 10 2 1 0; +#X connect 10 3 18 0; +#X connect 10 4 0 0; +#X connect 10 5 6 0; +#X connect 11 0 22 0; +#X connect 12 0 4 0; +#X connect 13 0 14 0; +#X connect 14 0 15 0; +#X connect 15 1 19 0; +#X connect 16 0 7 0; +#X connect 17 0 22 0; +#X connect 18 0 22 0; +#X connect 19 0 20 0; -- cgit v1.2.1