I have a question regarding the Korg Minilogue XD VCO 1 PITCH. The manual says that the parameter has number CC 34 and values 0-127 but…
When you change the value directly on the synth’s panel, it sends out 0-1023. Not 0-127.
Is it NRPN that it sends?
From
63 0
34 0
(128 x 0 + 0 = 0)
To
63 7
34 127
(128 x 7 + 127 = 1023)
I’m a little lost right now.
Take a look at:
It looks like minilogue is using yet another way of composing higher precision MIDI messages. If I get it right, the CC 63 is used to extend range (but adding extra bits) to other messages.
I assume it is expected to be sent and received right after the main CC of given parameter, eg,CC 34 (VCO pitch) in your example. I am unable to verify that, I do not have minilogue around.