diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
commit | 577ac6e80ff4f436fbd054291ed7dddbc31bd49a (patch) | |
tree | 6ec69b216dda68d7de38a5eba1851b9d4f1431e6 /iemhelp/help-modulo_counter.pd |
This commit was generated by cvs2svn to compensate for changes in r1738,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/iemlib/; revision=1739
Diffstat (limited to 'iemhelp/help-modulo_counter.pd')
-rw-r--r-- | iemhelp/help-modulo_counter.pd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/iemhelp/help-modulo_counter.pd b/iemhelp/help-modulo_counter.pd new file mode 100644 index 0000000..f5b5ee3 --- /dev/null +++ b/iemhelp/help-modulo_counter.pd @@ -0,0 +1,19 @@ +#N canvas 167 267 521 293 10; +#X msg 27 97 bang; +#X floatatom 75 164 5 0 0; +#X floatatom 75 72 5 1 100; +#X floatatom 203 76 5 0 99; +#X obj 75 135 modulo_counter 10 5; +#X text 13 12 modulo_counter:; +#X text 7 233 (c) musil@iem.kug.ac.at; +#X text 49 246 IEM KUG; +#X text 24 258 graz \, austria 2001; +#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 connect 0 0 4 0; +#X connect 2 0 4 0; +#X connect 3 0 4 1; +#X connect 4 0 1 0; |