Page 1 of 1

14 bit MIDI data

Posted: 12 Mar 2026, 18:39
by gwennaelle
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

Re: 14 bit MIDI data

Posted: 13 Mar 2026, 02:18
by oli_lab
Hi Gwennaelle,
multiplying by 128 and add to data1 is a good start, but needs a little bit more tweaking, see the patch !
++
Olivar
pitch bend reception.pat
(26.6 KiB) Downloaded 80 times

Re: 14 bit MIDI data

Posted: 13 Mar 2026, 09:26
by gwennaelle
Merci Olivar, je teste ça avec le materiel, et te dirai
Bonne journée