aboutsummaryrefslogtreecommitdiff
path: root/externals/build/doc/help-divmod.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-26 20:42:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-04-26 20:42:22 +0000
commitfa93163aaee7f2d27cdc3067a840dd23bb5715a5 (patch)
tree90732c976b36eada8979c49a63d2a6efd7487a0e /externals/build/doc/help-divmod.pd
parent922145ad5aaa61ca16c8b9940ed731c948b38781 (diff)
moved maxlib docs to the proper location
svn path=/trunk/; revision=597
Diffstat (limited to 'externals/build/doc/help-divmod.pd')
-rw-r--r--externals/build/doc/help-divmod.pd20
1 files changed, 0 insertions, 20 deletions
diff --git a/externals/build/doc/help-divmod.pd b/externals/build/doc/help-divmod.pd
deleted file mode 100644
index 5e0018be..00000000
--- a/externals/build/doc/help-divmod.pd
+++ /dev/null
@@ -1,20 +0,0 @@
-#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;