Reply To: Sysex formular in list box modulator

Home Forums General Using Ctrlr Sysex formular in list box modulator Reply To: Sysex formular in list box modulator

#118852
Possemo
Participant
    • Topics: 14
    • Replies: 638
    • Total: 652
    • ★★★

    These are nibbleized values. As MIDI cannot send higher values than 127 big numbers are broken down in nibbles (a fragment of a Byte).

    In a listbox you would do that like this:
    1=16383
    2=0
    3=1
    4=2
    5=4

    And the sysex message is as follows:
    F0 18 0F 00 55 01 02 05 01 LS MS F7

    LS are less significant bits and MS are more significant bits

    Ctrlr