Level
Bitwig Platform
A constant generator whose value is entered in decibels and emitted as a linear level signal.
What it does
Level converts a familiar decibel setting into the linear signal used inside the Grid. It generates a constant rather than processing an incoming cable, which makes it useful wherever a gain coefficient or level reference is needed.
Controls and ports
Level sets the constant in decibels, and Out emits the corresponding linear amplitude value. The generic level.* localization group contains controls from several level-style modules, so the manual summary intentionally replaces that over-broad table.
Practical uses
- Provide a precise gain coefficient for Multiply, Mixer, or a custom VCA patch.
- Set a calibrated reference such as -6 dB instead of estimating the equivalent percentage by eye.
- Combine it with a selector or scaler to switch among musically meaningful level presets.
Things to know
- This is a constant source; Gain - dB is the related module that directly scales an incoming signal.
- Decibels are logarithmic: adding 6.0206 dB approximately doubles linear amplitude, while -6.0206 dB approximately halves it.
- A conventional amplitude conversion is
10^(dB/20); the exact visible wrapper has not been recovered from Nitro. - The minimum setting, representation of negative infinity, stereo options, and modulation behavior require a focused UI check.
Technical details
No Nitro implementation has been confirmed for this visible module. The behavior is described conservatively from module metadata and editorial research.
The function implied by a decibel-valued constant is out = 10^(dB/20), with negative infinity mapping to zero. This equation is the standard amplitude-ratio definition and matches Bitwig's pitch-independent level convention, but no exact Nitro body for the visible Level generator has been identified. Therefore the conversion model is strong functional inference rather than recovered implementation evidence.
Open questions
- Measure minimum, maximum, default, step resolution, typed-value behavior, and the exact negative-infinity representation.
- Verify the output for 0, -6.0206, +6.0206, -20, and +20 dB with Value Readout.
- Check inspector options, stereo lane behavior, automation smoothing, and whether the constant can be modulated.
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
Return to Bitwig Grid Modules or the Grid Modules course lesson.
Also matches: Bitwig Level module, Bitwig Grid Level, Level Grid module