aboutsummaryrefslogtreecommitdiff
path: root/for++-help.pd
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2006-09-25 15:58:22 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit0e347f96730d3162c8970e853c6e2c59317b86ce (patch)
treefd80eeb9d85aa3537c305e0e8f0dd26967219292 /for++-help.pd
parent406332a383870f62776d374dd9ea187d135166cd (diff)
added clone of IEMLIB's for++
svn path=/trunk/abstractions/purepd/; revision=6026
Diffstat (limited to 'for++-help.pd')
-rw-r--r--for++-help.pd71
1 files changed, 71 insertions, 0 deletions
diff --git a/for++-help.pd b/for++-help.pd
new file mode 100644
index 0000000..710dea9
--- /dev/null
+++ b/for++-help.pd
@@ -0,0 +1,71 @@
+#N canvas 359 334 702 405 10;
+#X text 9 235 (c) musil@iem.kug.ac.at;
+#X text 51 248 IEM KUG;
+#X text 26 260 graz \, austria 2001;
+#X obj 25 52 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144 -1
+-1;
+#X obj 64 186 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144 -1
+-1;
+#X floatatom 64 61 4 0 0 0 - - -;
+#X floatatom 121 88 4 0 0 0 - - -;
+#X floatatom 64 163 4 0 0 0 - - -;
+#X floatatom 178 110 4 0 0 0 - - -;
+#X text 7 8 for++;
+#X obj 111 166 print;
+#X msg 25 71 start;
+#X msg 25 91 stop;
+#X text 63 47 <int> first number;
+#X text 121 72 <int> last number;
+#X obj 237 213 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X floatatom 237 190 4 0 0 0 - - -;
+#X obj 280 186 print;
+#X obj 237 143 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X text 235 44 2.arg: <int> last number;
+#X text 235 32 1.arg: <int> first number;
+#X obj 165 166 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X obj 337 193 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X text 67 9 counter in time-intervals;
+#X text 163 181 finished;
+#X text 336 208 finished;
+#X obj 237 264 print finished;
+#X obj 509 141 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X obj 629 184 bng 15 250 50 0 empty empty empty 8 -8 0 10 -262144
+-1 -1;
+#X text 628 199 finished;
+#X obj 509 208 timer;
+#X obj 509 183 sel 0 1000;
+#X floatatom 509 231 5 0 0 1 1234? - -;
+#X text 235 56 3.arg: <float> increment-delay in ms;
+#X text 172 92 <float> increment-delay in ms;
+#X text 40 19 increment-step-size is allways 1 or -1;
+#X obj 64 132 for++ 10 20 200;
+#X obj 237 161 for++ 50 40 100;
+#X obj 509 160 for++ 0 1000 1.234;
+#X connect 3 0 36 0;
+#X connect 5 0 36 0;
+#X connect 6 0 36 1;
+#X connect 7 0 4 0;
+#X connect 8 0 36 2;
+#X connect 11 0 36 0;
+#X connect 12 0 36 0;
+#X connect 16 0 15 0;
+#X connect 18 0 37 0;
+#X connect 21 0 26 0;
+#X connect 22 0 26 0;
+#X connect 27 0 38 0;
+#X connect 30 0 32 0;
+#X connect 31 0 30 0;
+#X connect 31 1 30 1;
+#X connect 36 0 7 0;
+#X connect 36 0 10 0;
+#X connect 36 1 21 0;
+#X connect 37 0 16 0;
+#X connect 37 0 17 0;
+#X connect 37 1 22 0;
+#X connect 38 0 31 0;
+#X connect 38 1 28 0;