I’m super interested in 14-bit ccs.
I wanted to also note that it would be great to be able to output 14-bit ccs in MSB/LSB pairs. Seems like that might be easier to implement? Expert Sleepers FH-2 midi to cv converter uses 14-bit MSB/LSB pairs. So we could get 14-bit resolution CV out of that if there were a way to send it from VCV. Here’s how Expert Sleepers describes the way it works in the FH-2 manual:
A convention exists for sending 14 bit values via MIDI CCs, using two CCs (of 7 bits each).7 The high 7 bits are sent on a CC in the range 0-31, and the low 7 bits are sent on the CC numbered 32 higher (which is therefore in the range 32-63). The low 7 bits are sent first. The FH-2 configures this automatically, if
– one of the three 14 bit quantities is mapped to CC in the range 0-31, and
– the corresponding low bits CC is not mapped to anything else.
For example, say the direct level on output 5 is mapped to CC 4 on MIDI channel 1 (as it is in the default configuration). Then CC 36 (36 being 4 + 32) on MIDI channel 1 is automatically mapped as the low 7 bits, unless that CC has been explicitly mapped to control something else. Note that this doesn’t mean you have to control these quantities with 14 bit controllers. Sending a single CC to control the mapped value will control it perfectly well, just at a coarser resolution.