Topics / Bitwig Studio / Bitwig Grid / Bitwig Grid Modules / Logic Modules / XNOR

XNOR

XNOR module panel in Bitwig Grid
XNOR in Bitwig Grid 6.0.6.

Outputs high logic when both input states match.

What it does

XNOR, or equivalence, is high when both inputs are false or both are true. It is the Boolean complement of XOR.

Controls and ports

Control Label Official description
table Truth table A  B XNOR
0 0 1
0 1 0
1 0 0
1 1 1

Practical uses

  • Detect agreement between two gate conditions.
  • Create a two-state coincidence mask for rhythmic patterns.
  • Use it as Boolean equality after converting sources into clean logic states.

Things to know

  • XNOR is commutative.
  • Both-low and both-high input pairs produce 1.
  • For clean Boolean inputs it has the same truth table as Equals.

Technical details

No Nitro implementation has been confirmed for this visible module. The behavior is described conservatively from module metadata and editorial research.

Boolean function: out = !(a XOR b), equivalently out = (a == b) after Boolean conversion. The installed truth table is the exact complement of XOR.

Open questions

  • Measure Boolean conversion for negative and fractional input values and locate the visible Nitro wrapper.

Version and sources

Checked against Bitwig Studio 6.0.6. This page combines Bitwig's module metadata, the existing Grid course and guides, and Nitro analysis where the mapping is strong enough to support a technical statement.

Return to Bitwig Grid Modules or the Grid Modules course lesson.

Also matches: Bitwig XNOR module, Bitwig Grid XNOR, XNOR Grid module