I tried out sending 14bit values from my controller as a very short sysex message (F0 0E msb lsb F7) and receiving them in cubase midi remote script with midiInput.mOnSysex which works great, so for now I´ll use this solution.
But I am still interested how to realize something like midiInput.mOnSysex for control/note/pitchbend etc messages…
Cheers, Emre
Thank you for helping out!
Looks like my workaround is the way to go then for now as long . bindToControlChange14Bit is not fixed. Since I´m using sysex now I´m also changing the way to send 14bit values to sysex instead of two cc messages…
Thanks for your advice Thomas!
I tried NRPN with success but it is very expensive and has its own way of using which cc for msb and lsb (not very customizable).
Since in my case I have total control over designing custom sysex messages for communication between cubase and my controller this turned out to be the best solution, even favorable to . bindToControlChange14Bit (if it worked).
So my initial problem is solved but if anybody still has an answer how to catch any incoming midi message (analog to midiInput.mOnSysex ) I am very interested.
Cheers, Emre