≥
Bitwig Platform
Outputs high logic whenever the first signal is greater than or equal to the second.
What it does
Greater Than or Equal compares two samples and includes the equality boundary in the high state. With a Constant on the second input it acts as an inclusive threshold detector.
Controls and ports
| Control | Label | Official description |
|---|---|---|
table |
Truth table | A B ≥ 0 0 1 0 1 0 1 0 1 1 1 1 |
Practical uses
- Create a gate that turns on when an envelope reaches or exceeds a target level.
- Split a ramp into upper and lower regions without losing the exact boundary sample.
- Drive a Select module according to which of two sources currently has the greater value.
Things to know
- Input order matters.
- Equal finite values output 1, unlike the strict Greater Than comparator.
- Fast crossings can switch the output every sample and create bright discontinuities.
Technical details
No Nitro implementation has been confirmed for this visible module. The behavior is described conservatively from module metadata and editorial research.
Stateless per-sample comparison: out = (a >= b) ? 1 : 0. The installed truth table confirms that 0/0, 1/0, and 1/1 are high while 0/1 is low.
Open questions
- Confirm the runtime policy for NaN operands.
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.
Related material
- Grid Modules course reference
- Bitwig Logic Modules - Practical Uses for Logic Operators in Modular Patching
Return to Bitwig Grid Modules or the Grid Modules course lesson.
Also matches: Bitwig ≥ module, ≥ Grid module, Bitwig Grid ≥