aboutsummaryrefslogtreecommitdiff
path: root/iemabs/round~.pd
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2005-04-01 17:37:22 +0000
committermusil <tmusil@users.sourceforge.net>2005-04-01 17:37:22 +0000
commit61982032ea7eee2c3864add894b2199b639dd225 (patch)
treeec04f2c096f3533df1b612e3e365f9c4196e4aae /iemabs/round~.pd
parent467b8898b177b143347921e79980adfeff3fe150 (diff)
initial checkin (release 1.15)
this time as binary (instead of text) svn path=/trunk/externals/iemlib/; revision=2665
Diffstat (limited to 'iemabs/round~.pd')
-rw-r--r--iemabs/round~.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/iemabs/round~.pd b/iemabs/round~.pd
new file mode 100644
index 0000000..29b55df
--- /dev/null
+++ b/iemabs/round~.pd
@@ -0,0 +1,21 @@
+#N canvas 323 149 389 325 10;
+#X obj 22 42 inlet~;
+#X obj 22 238 outlet~;
+#X text 14 266 (c) musil@iem.kug.ac.at;
+#X text 56 279 IEM KUG;
+#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 text 31 291 graz \, austria 2003;
+#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 connect 0 0 10 0;
+#X connect 9 0 10 1;
+#X connect 9 0 11 1;
+#X connect 10 0 11 0;
+#X connect 11 0 1 0;
+#X connect 12 0 9 0;