aboutsummaryrefslogtreecommitdiff
path: root/^-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-07 16:46:27 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commit9168e8a26d9704af751c2cd42224ab13fbbc843e (patch)
tree46e031f5cdf8614b54faa24ae02c9b74aebcdd6c /^-help.pd
parent1577d2165b9ba328fe4618c8d63c37aa93430884 (diff)
updated to include bitwise XOR (^) object
svn path=/trunk/abstractions/purepd/; revision=14291
Diffstat (limited to '^-help.pd')
-rw-r--r--^-help.pd11
1 files changed, 11 insertions, 0 deletions
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;