From d41e58e6cd71fdacdca69ba78c29d42dc7d330d5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 20 Nov 2002 17:46:33 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r224, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/maxlib/; revision=225 --- help/help-divmod.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 help/help-divmod.pd (limited to 'help/help-divmod.pd') diff --git a/help/help-divmod.pd b/help/help-divmod.pd new file mode 100644 index 0000000..5e0018b --- /dev/null +++ b/help/help-divmod.pd @@ -0,0 +1,20 @@ +#N canvas 328 264 464 316 12; +#X floatatom 54 239 5 0 0; +#X floatatom 54 127 5 0 0; +#X floatatom 129 127 5 0 0; +#X obj 54 172 divmod 8 6; +#X text 146 170 use creation arguments to set initial; +#X text 146 186 values for inlets; +#X msg 23 83 bang; +#X text 69 82 calculate and output result now; +#X floatatom 129 219 5 0 0; +#X text 182 222 modulo; +#X text 106 242 result of division; +#X text 186 127 takes int's only!; +#X text 12 19 divmod :: calculate division and modulo; +#X text 92 35 outputs results even when right inlet changes; +#X connect 1 0 3 0; +#X connect 2 0 3 1; +#X connect 3 0 0 0; +#X connect 3 1 8 0; +#X connect 6 0 3 0; -- cgit v1.2.1