BitXor bitwise calculation
superclass: UGen
see also [BitAnd], [BitOr], [BitNot], [BitLeftShift], [BitUnsignedRightShift], [BitRightShift] and [SimpleNumber]
*ar(a, b)
*kr(a, b)
s.boot;
{BitXor.kr(2r1010, 2r1110).poll}.play
4.asBinaryString(4)
{BitXor.kr(MouseX.kr(0, 15).round, MouseY.kr(0, 15).round).poll}.play
{BitXor.kr(SinOsc.kr(2)>0.9, SinOsc.kr(3)>0.3)*SinOsc.ar([400, 404], 0, 0.3)}.play