diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-05-18 21:33:33 +0000 |
commit | 577ac6e80ff4f436fbd054291ed7dddbc31bd49a (patch) | |
tree | 6ec69b216dda68d7de38a5eba1851b9d4f1431e6 /iemabs/round~.pd |
This commit was generated by cvs2svn to compensate for changes in r1738,svn2git-root
which included commits to RCS files with non-trunk default branches.
svn path=/trunk/externals/iemlib/; revision=1739
Diffstat (limited to 'iemabs/round~.pd')
-rw-r--r-- | iemabs/round~.pd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/iemabs/round~.pd b/iemabs/round~.pd new file mode 100644 index 0000000..a7b8396 --- /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; |