diff options
author | musil <tmusil@users.sourceforge.net> | 2006-11-22 12:22:22 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-11-22 12:22:22 +0000 |
commit | a65a07c1eb3a4bf476c69153ecffb5c7d333f3b8 (patch) | |
tree | a170977592065b9f2650a4e38870c996ac82f4cf /iemabs/modulo_counter-help.pd | |
parent | 93bc365d590757919a53fea685876fd28d9d06aa (diff) |
added help files with *-help.pd
svn path=/trunk/externals/iemlib/; revision=6372
Diffstat (limited to 'iemabs/modulo_counter-help.pd')
-rw-r--r-- | iemabs/modulo_counter-help.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/iemabs/modulo_counter-help.pd b/iemabs/modulo_counter-help.pd new file mode 100644 index 0000000..c95d5c7 --- /dev/null +++ b/iemabs/modulo_counter-help.pd @@ -0,0 +1,24 @@ +#N canvas 167 267 525 297 10;
+#X msg 27 97 bang;
+#X floatatom 75 164 5 0 0 0 - - -;
+#X floatatom 75 72 5 1 100 0 - - -;
+#X floatatom 203 76 5 0 99 0 - - -;
+#X obj 75 135 modulo_counter 10 5;
+#X text 261 195 (optional) default 0;
+#X text 161 182 2.arg: <float> initial-value (0 .. max - 1);
+#X text 161 168 1.arg: <float> maximum;
+#X text 36 54 <float> maximum;
+#X text 202 56 <float> initial-value (0 .. max - 1);
+#X text 115 238 IEM KUG;
+#X text 99 226 musil;
+#X text 129 226 @;
+#X text 135 226 iem.at;
+#X text 50 215 (c) Thomas Musil 2000 - 2005;
+#X text 98 248 Graz \, Austria;
+#X text 13 12 modulo_counter;
+#X text 137 11 increments counter-number from 0 to max-1 by a bang
+;
+#X connect 0 0 4 0;
+#X connect 2 0 4 0;
+#X connect 3 0 4 1;
+#X connect 4 0 1 0;
|