From 9168e8a26d9704af751c2cd42224ab13fbbc843e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 7 Nov 2010 16:46:27 +0000 Subject: updated to include bitwise XOR (^) object svn path=/trunk/abstractions/purepd/; revision=14291 --- ^-help.pd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ^-help.pd (limited to '^-help.pd') diff --git a/^-help.pd b/^-help.pd new file mode 100644 index 0000000..4b61cf1 --- /dev/null +++ b/^-help.pd @@ -0,0 +1,11 @@ +#N canvas 257 232 450 300 10; +#X obj 140 147 ^; +#X floatatom 140 179 5 0 0 0 - - -; +#X msg 155 118 3; +#X msg 120 118 2; +#X text 37 48 ^ is the symbol in the C programming language for bitwise +XOR (exclusive OR). It is also often used for "to the power of" \, +but not in this object.; +#X connect 0 0 1 0; +#X connect 2 0 0 1; +#X connect 3 0 0 0; -- cgit v1.2.1