CC Out
Bitwig Platform
A signal-to-MIDI-CC terminal for a selected control number and output channel.
What it does
CC Out converts a changing Grid signal into outgoing control-change messages. The module averages stereo input to mono, assigns the chosen CC number and MIDI channel, and sends the result through the Note Grid device's event output path.
Controls and ports
| Control | Label | Official description |
|---|---|---|
in |
In | Signal to be output from the device as continuous control Note: Incoming signals are flattened to mono (stereo signals will be averaged). |
control |
Control | Control number output by this device |
channel |
Channel | Channel used for output from this device |
Practical uses
- Drive a downstream instrument or MIDI device parameter from a Grid LFO or sequencer.
- Generate controller automation alongside notes from a Note Grid patch.
Things to know
- Left and right input lanes are averaged before conversion.
- MIDI CC has finite resolution and event bandwidth, so an audio-rate cable cannot remain audio-rate after conversion.
- Feedback can occur when the same CC is routed back into the patch.
Technical details
No Nitro implementation has been confirmed for this visible module. The behavior is described conservatively from module metadata and editorial research.
The wrapper must flatten stereo as mono = (L+R)/2, quantize or encode that value to CC data, and rate-limit event emission. Installed metadata confirms the averaging and channel/control selection, but no dedicated Nitro body establishes range clamping, resolution, update threshold, or event rate.
Open questions
- Measure input range, 7/14-bit resolution, update rate, deduplication, rounding, negative/out-of-range values, feedback, and Note Grid-only availability.
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 CC Out module, Bitwig Grid CC Out, CC Out Grid module