Topics / Bitwig Studio / Bitwig Grid / Bitwig Grid Modules / Logic Modules / AND

AND

AND module panel in Bitwig Grid
AND in Bitwig Grid 6.0.6.

Outputs high logic only when both input conditions are true.

What it does

AND combines two gates as a logical requirement: both must be active for the output to become active. Either low input forces the result low.

Controls and ports

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

Practical uses

  • Allow triggers through only while an enable gate is held.
  • Combine transport, probability, and performance conditions so an event occurs only when all are true.
  • Numerically multiply clean 0/1 gates as a readable logical operation.

Things to know

  • AND is commutative, so swapping the two inputs does not change the result.
  • Any false input blocks the output.
  • The exact truth threshold for arbitrary audio values has not been measured.

Technical details

A high-confidence Nitro implementation candidate supports the technical summary, but the visible-module mapping remains inferred.

Boolean function: out = a && b. For documented 0/1 signals this is numerically identical to a * b. The installed truth table and exact-name Nitro wrapper agree on the two-input/one-output contract.

Nitro port Type
a InputValuePortType
b InputValuePortType
c OutputValuePortType

Open questions

  • Measure Boolean conversion for negative and fractional input values.

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 AND module, AND Grid module, Bitwig Grid AND