aboutsummaryrefslogtreecommitdiff
path: root/core/untilb-help.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-help.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-help.pd')
-rw-r--r--core/untilb-help.pd13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/untilb-help.pd b/core/untilb-help.pd
deleted file mode 100644
index 959995f..0000000
--- a/core/untilb-help.pd
+++ /dev/null
@@ -1,13 +0,0 @@
-#N canvas 267 484 347 246 10;
-#X obj 18 113 untilb;
-#X msg 18 51 10;
-#X obj 51 172 print DONE?;
-#X msg 51 143 Done.;
-#X text 48 88 Right inlet is the same as regular until;
-#X obj 18 204 print BangingAlong;
-#X text 11 6 untilb - A version of until that outputs a bang upon completion
-;
-#X connect 0 0 5 0;
-#X connect 0 1 3 0;
-#X connect 1 0 0 0;
-#X connect 3 0 2 0;