From f18d063d9312c95e25294e0777bc135ee9a3fd8a Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Sun, 25 Oct 2009 00:39:13 +0000 Subject: Adding mtl svn path=/trunk/abstractions/mtl/; revision=12667 --- round-help.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 round-help.pd (limited to 'round-help.pd') 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; -- cgit v1.2.1