aboutsummaryrefslogtreecommitdiff
path: root/sfruit/list-range-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-06-07 17:47:28 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-06-07 17:47:28 +0000
commitc695eba0ee35b56ce492e38accb40c35ad669448 (patch)
tree5bf11a0cf10ebad634864383e468a74efbd4d81a /sfruit/list-range-help.pd
parentc89cfa407af8c8a456749fc8c61175b97d2ef385 (diff)
line-seq for [line]s that don't skip numbers on their way to their destination (integers only), and renamed some stuff
svn path=/trunk/abstractions/sfruit/; revision=11696
Diffstat (limited to 'sfruit/list-range-help.pd')
-rw-r--r--sfruit/list-range-help.pd29
1 files changed, 29 insertions, 0 deletions
diff --git a/sfruit/list-range-help.pd b/sfruit/list-range-help.pd
index 987a2e0..5e5ecd4 100644
--- a/sfruit/list-range-help.pd
+++ b/sfruit/list-range-help.pd
@@ -37,6 +37,35 @@ is less than n2 \, or interval -1 if n2 is less than n1;
#X msg 496 353;
#X msg 346 388;
#X msg 206 428;
+#N canvas 823 429 453 357 getting_the_full_range 0;
+#X obj 169 155 t a a;
+#X obj 169 121 inlet;
+#X obj 196 189 <;
+#X obj 196 214 expr ($f1 * 2) - 1;
+#X obj 169 269 list-add;
+#X msg 196 244 0 \$1;
+#X obj 169 314 outlet;
+#X msg 213 122 5 10;
+#X msg 250 122 10 -7;
+#X text 51 12 You may find it annoying that list-range stops just short
+of the destination - I'm copying Python's implementation and trusting
+they've got a good reason for that (maybe I even know it but I haven't
+had my coffee). In any case \, here's a little patch to "fix" that
+annoyance if it hits you (place it just before [list-range]).;
+#X obj 242 294 prepent set;
+#X msg 242 316;
+#X connect 0 0 4 0;
+#X connect 0 1 2 0;
+#X connect 1 0 0 0;
+#X connect 2 0 3 0;
+#X connect 3 0 5 0;
+#X connect 4 0 6 0;
+#X connect 4 0 10 0;
+#X connect 5 0 4 1;
+#X connect 7 0 0 0;
+#X connect 8 0 0 0;
+#X connect 10 0 11 0;
+#X restore 471 23 pd getting_the_full_range;
#X connect 0 0 27 0;
#X connect 1 0 22 0;
#X connect 5 0 31 0;