Hi!
I’m trying to make few pannels for my KORG R3 using SysEx messages assigned to the knobs & sliders. Everything works smooth as long as the parameter has range of values from 0-127 or 0-3 etc. It gets complicated when the parameter (for ex. Transpose) has values range -48-0-+48. Using the MIDI monitor i get the following from R3:
F0 42 30 7D 41 11 00 14 00 (xx) 00 F7 / where xx is from 00 to 30 (hex) - that is for positive values
and:
F0 42 30 7D 41 11 00 14 00 (xx) 7F F7 / where xx is from 7F downto 50 (hex) - for negative values.
The question is if there is a way to program the SysEx message for he konb that would change the values from 0 to negative values and from 0 to positive values (including the above two formats of the msg that would change depending on the knob position?)?
Got stuck on this one and have no idea how to solve the issue.
Could anyone help with this?
Brgds.