BitOr bitwise calculation


superclass: UGen


see also [BitXor], [BitAnd], [BitNot], [BitLeftShift], [BitUnsignedRightShift], [BitRightShift] and [SimpleNumber]


*ar(a, b)

*kr(a, b)



s.boot;


{BitOr.kr(2r1010, 2r1110).poll}.play

14.asBinaryString(4)


{BitOr.kr(MouseX.kr(0, 15).round, MouseY.kr(0, 15).round).poll}.play


{BitOr.kr(SinOsc.kr(2)>0.9, SinOsc.kr(3)>0.3)*SinOsc.ar([400, 404], 0, 0.3)}.play