Reply To: Error: MSB Sysex is 8bit value

Home Forums General Programming Error: MSB Sysex is 8bit value Reply To: Error: MSB Sysex is 8bit value

#22898
wikter
Participant
    • Topics: 5
    • Replies: 49
    • Total: 54

    Well, i’ve found a workaround for this rare bug.
    I Use these functions to correct the values exchanged between hardware/Ctrlr.

    lt (modulatorValue, 0, 16384 – (abs(modulatorValue)), modulatorValue)

    lt (midiValue, 128, midiValue, midiValue – 16384)
    or
    lt (midiValue, 128, midiValue, midiValue/2)

    Anyway, it’d be great to know that MSB is 7bits and has a range of 00-7f, instead of the 00-ff 8bit range.

    MVXSynths
    R3 / MOX6 / Electribe2 / Electribe R MkII / Electribe MX / K4R / BCR2000 / XStation61 / XStation25 / Virus Rack / Chameleon / Proteus 2500 / RM1X / KN2600

    Ctrlr