Sysex with changes to three bytes #723
-
Good Evening All, I have a question about controlling three values in a sysex message from a modulator. I have a uiSlider modulator with values from 0 to 400 running on midi type, SysEx. The values work up to 255 and then reset to zero. The preceeding value before the ms ls part of the sysex sequence, increments by 1. From within the uiSlider modulator, is there an easy way to say... if the modulator value is over 255, then update the preceeding byte? Thanks Maxie |
Beta Was this translation helpful? Give feedback.
Answered by
monophreak
May 25, 2025
Replies: 1 comment
-
Ah, worked it out. I used a split byte. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
monophreak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, worked it out. I used a split byte.