aboutsummaryrefslogtreecommitdiff
path: root/iemabs/int_fract~.pd
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-12-09 02:36:07 +0000
committermusil <tmusil@users.sourceforge.net>2006-12-09 02:36:07 +0000
commit44e3e2d0e046f00f0366e376209f482dfc8018cf (patch)
treeeb517d9ed86ca376a8e56ad64a1a506f4cb48aaa /iemabs/int_fract~.pd
parentd6b088044e161a27d49df537bbb6d998a8d0e50d (diff)
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
Diffstat (limited to 'iemabs/int_fract~.pd')
-rw-r--r--iemabs/int_fract~.pd38
1 files changed, 38 insertions, 0 deletions
diff --git a/iemabs/int_fract~.pd b/iemabs/int_fract~.pd
new file mode 100644
index 0000000..951bdff
--- /dev/null
+++ b/iemabs/int_fract~.pd
@@ -0,0 +1,38 @@
+#N canvas 323 149 553 331 10;
+#X obj 21 68 inlet~;
+#X obj 22 238 outlet~;
+#X text 61 68 ~signal_in~;
+#X obj 152 115 float24 12 582 912;
+#X obj 22 152 +~ 1.25829e+007;
+#X obj 22 178 -~ 1.25829e+007;
+#X obj 152 95 loadbang;
+#X text 278 112 1.5 * 2 ^ 23;
+#X text 11 9 int_fract~;
+#X text 143 34 and the fractal part of the float-number;
+#X text 120 12 signal-float-splitting to the;
+#X text 130 23 truncated signal-integer-number;
+#X obj 196 237 outlet~;
+#X text 69 239 ~signal_int~;
+#X text 243 238 ~signal_fract~;
+#X obj 22 125 -~ 0.5;
+#X obj 196 213 -~;
+#X text 235 253 fractal-part: 0 .. 1;
+#X text 68 252 integer-part;
+#X text 260 150 there is a little inaccuracy;
+#X text 265 162 each odd number has a fractal-part of 1;
+#X text 176 295 IEM KUG;
+#X text 160 283 musil;
+#X text 190 283 @;
+#X text 196 283 iem.at;
+#X text 111 272 (c) Thomas Musil 2000 - 2005;
+#X text 159 305 Graz \, Austria;
+#X connect 0 0 15 0;
+#X connect 0 0 16 0;
+#X connect 3 0 4 1;
+#X connect 3 0 5 1;
+#X connect 4 0 5 0;
+#X connect 5 0 1 0;
+#X connect 5 0 16 1;
+#X connect 6 0 3 0;
+#X connect 15 0 4 0;
+#X connect 16 0 12 0;