Skip to content

14-bit Control Change

Firmware menu name: CC14

Send 14-bit MIDI Control Change (MSB + LSB pair).

14-bit Control Change macro

When to use it

Use CC14 when the destination expects 14-bit high-resolution control change pairs (MSB + LSB controllers). Min/max span 0–16383.

Parameters

ParameterRangeWhat it does
ModeMacro output type. Change this to switch between MIDI, internal routing, and CV16 targets.
MSB0 – 127Most significant byte. For CC and CC14 this is the control number; for NRPN / RPN it is the parameter number MSB.
LSB0 – 127Least significant byte. For CC14 this completes the 14-bit controller number; for NRPN / RPN it is the parameter number LSB.
MinimumMode-specificValue sent when the knob is at minimum travel. Units follow the target (MIDI 0–127, 14-bit 0–16383, device parameter native range, CV volts, LFO %, etc.).
MaximumMode-specificValue sent when the knob is at maximum travel. Must be greater than or equal to Minimum.
ChannelGlobal, 1 – 16MIDI channel for outgoing messages. Global uses the project's global channel setting.
InvertTrue / FalseWhen True, knob clockwise motion maps to decreasing values (minimum ↔ maximum swapped).
OutputsUSB / DIN / combosWhich physical MIDI outputs carry this macro: USB, Out 1, Out 2, or combined masks.

MIDI outputs

The Outputs field selects one of these port combinations:

  • None
  • USB
  • Out 1
  • USB + Out 1
  • Out 2
  • USB + Out 2
  • Out 1 + Out 2
  • USB + Out 1 + Out 2