aboutsummaryrefslogtreecommitdiff
path: root/round-help.pd
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:39:13 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-10-25 00:39:13 +0000
commitf18d063d9312c95e25294e0777bc135ee9a3fd8a (patch)
tree54763b4c61f53c8ec696be54bc1c0e8d816c05aa /round-help.pd
Adding mtlsvn2git-root
svn path=/trunk/abstractions/mtl/; revision=12667
Diffstat (limited to 'round-help.pd')
-rw-r--r--round-help.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/round-help.pd b/round-help.pd
new file mode 100644
index 0000000..367ab3c
--- /dev/null
+++ b/round-help.pd
@@ -0,0 +1,13 @@
+#N canvas 312 314 374 240 10;
+#X floatatom 144 75 5 0 0 0 - - -;
+#X floatatom 144 121 5 0 0 0 - - -;
+#X floatatom 144 166 5 0 0 0 - - -;
+#X obj 144 98 / 10;
+#X text 21 13 Description: Rounds a float to it's closest integer.
+;
+#X obj 144 140 mtl/round;
+#X text 21 31 tags: math;
+#X connect 0 0 3 0;
+#X connect 1 0 5 0;
+#X connect 3 0 1 0;
+#X connect 5 0 2 0;