14 bit MIDI data
Posted: 12 Mar 2026, 18:39
Hello
We have a MIDI device that sends double-precision pitch bend (14-bit data).
We therefore need to take the MIDI code 224 and combine Data1 and Data2 to reconstruct the 14-bit value.
We would like to do this by performing a 7-bit bit-shift (or multiply by 128) on Data2 and add it to Data1.
How can we do this?
thank you
GR
We have a MIDI device that sends double-precision pitch bend (14-bit data).
We therefore need to take the MIDI code 224 and combine Data1 and Data2 to reconstruct the 14-bit value.
We would like to do this by performing a 7-bit bit-shift (or multiply by 128) on Data2 and add it to Data1.
How can we do this?
thank you
GR