I noticed a previous firmware was suppose to add support for Two’s Complement, but I can’t seem to get it to work correctly with my Oberheim Matrix 1000 using Sysex.
When I set Minimum and Max values in the Electra One editor (-63 and 63 respectively), when turning the Electra knob, the value of 1 is showing as 20h in Midi monitor when it should still be just 1, and -62 is showing up as 00h in Midi Monitor.
My understanding is that it should be like this…
- the value 0 means 0,
- values from 1 to 63 mean 1 to 63,
- 64 means the most negative value: -64,
- 65 means -63, 66 means -62, and so on,
- 127 means -1.
Can this be corrected?
Thanks!