From 44e3e2d0e046f00f0366e376209f482dfc8018cf Mon Sep 17 00:00:00 2001 From: musil Date: Sat, 9 Dec 2006 02:36:07 +0000 Subject: changed makefile changed README.txt changed help-*.pd to *-help.pd chanded file structure to standard 2nd step new abs and help svn path=/trunk/externals/iemlib/; revision=6757 --- iemabs/round~.pd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 iemabs/round~.pd (limited to 'iemabs/round~.pd') diff --git a/iemabs/round~.pd b/iemabs/round~.pd new file mode 100644 index 0000000..b20ec98 --- /dev/null +++ b/iemabs/round~.pd @@ -0,0 +1,24 @@ +#N canvas 323 149 393 329 10; +#X obj 22 42 inlet~; +#X obj 22 238 outlet~; +#X text 62 42 ~signal_in~; +#X text 69 239 ~signal_out~; +#X text 11 9 round~; +#X text 62 9 signal-float-rounding to a signal-integer-number; +#X obj 140 112 float24 12 582 912; +#X obj 22 152 +~ 1.25829e+007; +#X obj 22 178 -~ 1.25829e+007; +#X obj 140 92 loadbang; +#X text 266 109 1.5 * 2 ^ 23; +#X text 166 285 IEM KUG; +#X text 150 273 musil; +#X text 180 273 @; +#X text 186 273 iem.at; +#X text 101 262 (c) Thomas Musil 2000 - 2005; +#X text 149 295 Graz \, Austria; +#X connect 0 0 7 0; +#X connect 6 0 7 1; +#X connect 6 0 8 1; +#X connect 7 0 8 0; +#X connect 8 0 1 0; +#X connect 9 0 6 0; -- cgit v1.2.1