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
14 bit MIDI data
- oli_lab
- Member
- Posts: 1286
- Location: Brittany, France
- Contact:
Hi Gwennaelle,
multiplying by 128 and add to data1 is a good start, but needs a little bit more tweaking, see the patch !
++
Olivar
multiplying by 128 and add to data1 is a good start, but needs a little bit more tweaking, see the patch !
++
Olivar
You do not have the required permissions to view the files attached to this post.
http://oli-lab.org
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
-
gwennaelle
- Member
- Posts: 261
Merci Olivar, je teste ça avec le materiel, et te dirai
Bonne journée
Bonne journée
