From 26a28e681d7baa0b6e41e44deee9e1b9416c64b1 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Thu, 29 Oct 2009 02:00:13 +0000 Subject: Added a few help files for cyclone svn path=/trunk/externals/miXed/; revision=12694 --- doc/help/cyclone/bitnot~-help.pd | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doc/help/cyclone/bitnot~-help.pd (limited to 'doc/help/cyclone/bitnot~-help.pd') diff --git a/doc/help/cyclone/bitnot~-help.pd b/doc/help/cyclone/bitnot~-help.pd new file mode 100644 index 0000000..20fd57e --- /dev/null +++ b/doc/help/cyclone/bitnot~-help.pd @@ -0,0 +1,42 @@ +#N canvas 1387 184 781 540 10; +#X declare -lib cyclone; +#X text 15 5 Bitwise not signal operator.; +#X obj 41 316 clip~ -1 1; +#X floatatom 397 182 0 0 0 0 - - -; +#X msg 397 200 mode \$1; +#X text 22 180 bitwise boolean operation on a signal as bits; +#X floatatom 346 180 0 0 0 0 - - -; +#X obj 346 200 sig~ 0; +#X text 300 356 modes \; mode 0: treat floating point signal input +as raw 32 bit value \; mode 1: convert floating point signal input +to integer \;; +#X floatatom 70 341 0 0 0 0 - - -; +#X obj 41 360 *~ 0.2; +#X obj 41 402 dac~; +#X obj 45 237 cycle~ 440; +#X text 300 330 args: . defaults to 0; +#X text 335 152 bitwise boolean operation on signals as integers; +#X text 15 35 Performs bitwise boolean operations on a floating point +signal as bits or as an integer. Note that if you are converting the +floats to ints and back that single precision floating point values +only retain 24 bits of integer resolution. The floating point bits +from left to right are <1 sign bit> <8 exponent bits> <23 mantissa +bits>.; +#X obj 487 40 import cyclone; +#X obj 346 231 bitnot~ 1; +#X obj 347 283 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -8 0 10 +-262144 -1 -1 -1 256; +#X obj 45 273 bitnot~; +#X obj 346 258 Snapshot~ 100; +#X connect 1 0 9 0; +#X connect 2 0 3 0; +#X connect 3 0 16 0; +#X connect 5 0 6 0; +#X connect 6 0 16 0; +#X connect 8 0 9 1; +#X connect 9 0 10 0; +#X connect 9 0 10 1; +#X connect 11 0 18 0; +#X connect 16 0 19 0; +#X connect 18 0 1 0; +#X connect 19 0 17 0; -- cgit v1.2.1