aboutsummaryrefslogtreecommitdiff
path: root/core/untilb.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/untilb.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/untilb.pd')
-rw-r--r--core/untilb.pd27
1 files changed, 0 insertions, 27 deletions
diff --git a/core/untilb.pd b/core/untilb.pd
deleted file mode 100644
index d03365f..0000000
--- a/core/untilb.pd
+++ /dev/null
@@ -1,27 +0,0 @@
-#N canvas 735 427 250 282 10;
-#X obj 138 204 f;
-#X obj 166 204 + 1;
-#X obj 28 152 t b b;
-#X obj 110 204 sel;
-#X msg 153 150 0;
-#X obj 28 63 t a a b;
-#X obj 125 150 - 1;
-#X obj 55 238 outlet;
-#X obj 110 238 outlet;
-#X obj 28 122 until;
-#X obj 170 22 inlet;
-#X obj 28 23 inlet;
-#X connect 0 0 1 0;
-#X connect 0 0 3 0;
-#X connect 1 0 0 1;
-#X connect 2 0 0 0;
-#X connect 2 1 7 0;
-#X connect 3 0 8 0;
-#X connect 4 0 0 1;
-#X connect 5 0 9 0;
-#X connect 5 1 6 0;
-#X connect 5 2 4 0;
-#X connect 6 0 3 1;
-#X connect 9 0 2 0;
-#X connect 10 0 9 1;
-#X connect 11 0 5 0;