Inputs & Outputs
MIDI CC Out
The MIDI CC Out node sends a modulatable value out as a MIDI controller. Noemi has always been able to receive CC - the Mod Matrix can map an incoming controller onto any node parameter - but until 1.0.4 it had no way to send any, which left LFOs, automation and mini-notation sources unable to shape a hosted plugin or an external synth.
SETUP
- 1Add a CC Out via Modules > MIDI CC Out (I/O section)
- 2Pick the CC number and channel in the editor panel
- 3Connect its output to a plugin, a MIDI Output node, or a MIDI Splitter
- 4In the Mod Matrix, route a modulator to the node's Value parameter
SETTINGS
- CC - 0 to 127, with the common controllers named (1 Mod Wheel,
- 7 Volume, 10 Pan, 11 Expression, 64 Sustain, 74 Cutoff, ...)
- Channel - 1 to 16
- Value - 0 to 127; this is the modulation target
- Send every tick - off by default
By default a controller is only sent when the 7-bit value actually changes. A modulator runs every clock tick and MIDI CC carries only 7 bits, so most ticks hold no new information and sending them anyway floods a hardware MIDI bus for nothing. Turn on "Send every tick" for devices that expect a continuous stream.
The node re-sends after a transport stop, since a device may have been reset in the meantime.