I would like to use Bome Midi Translator Pro to solve a problem with my midi controller.
My midi controller can send 14 bit midi CC’s but I can’t set how many steps there should be from value 0 to 16383. So I have come up with the following but don’t have the knowledge how to implement this in an efficient way.
I need 256 steps in a 14-bit midi CC. I was thinking of using values 0-255 in my 14-bit midi CC in my midi controller and convert them with BMT to the necessary bytes MSB and LSB bytes needed for 256 steps in total. So value 0 = 0 times 64. Value 1 = 1 times 64. Value 2 is 2 times 64… Value 255 is 255 times 64. Can anyone help me out with the formula I need for this?