diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-09 14:34:33 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-09 14:34:33 +0000 |
commit | 450b54a7c21f1e7fa98249fe6b3ac4c98966f163 (patch) | |
tree | cf8cc4abbe85bc0285f957472cd5d59c5d0a9a3e /Counter/counter-help.pd | |
parent | 16aa9b1f769721380ce6dca3e52fa65bf92e84ad (diff) |
adapted to PD version 0.40
better handler flexibility and argument checking
added Zmolnigs counter example
svn path=/trunk/externals/clr/; revision=4663
Diffstat (limited to 'Counter/counter-help.pd')
-rw-r--r-- | Counter/counter-help.pd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Counter/counter-help.pd b/Counter/counter-help.pd new file mode 100644 index 0000000..7648acc --- /dev/null +++ b/Counter/counter-help.pd @@ -0,0 +1,24 @@ +#N canvas 0 0 458 308 12; +#X obj 233 204 Counter; +#X msg 306 91 2 7; +#X floatatom 372 91 5 0 0 0 - - -; +#X obj 284 241 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X floatatom 226 240 5 0 0 0 - - -; +#X floatatom 90 55 5 0 0 0 - - -; +#X msg 17 113 reset; +#X obj 19 68 bng 25 250 50 0 empty empty empty 0 -6 0 8 -258699 -1 +-1; +#X text 296 70 bounds; +#X msg 164 80 bound 0 4; +#X text 376 72 step; +#X msg 90 79 set \$1; +#X connect 0 0 4 0; +#X connect 0 1 3 0; +#X connect 1 0 0 1; +#X connect 2 0 0 2; +#X connect 5 0 11 0; +#X connect 6 0 0 0; +#X connect 7 0 0 0; +#X connect 9 0 0 0; +#X connect 11 0 0 0; |