Reply To: JX-Programmer MKS-70 adaptation

Home Forums General Panels, Components, Macros JX-Programmer MKS-70 adaptation Reply To: JX-Programmer MKS-70 adaptation

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

    The UI combo content is just the displayed text string, in your case the combo would still send the values 0, 1, 2, 3.

    I use the newest build of ctrlr, and with this it definitely works. Values are changed with the ones that you set. For example “16 = 100” displays “16” and sends “100” resp 64 in hex. I checked the results in the midi-monitor.

    Edit: I saw now that this example was quite wrong, but I’m sure you got the point. Here is an example which is actually correct for “dco1range”:

    uiComboContent:
    16 = 0
    8 = 50
    4 = 80
    2 = 100

    MidiMessageSysexFormula:
    f0 41 36 00 24 20 01 0b xx f7

    The “xx” variables must be lower case.

    And of course MidiMessageType set to Sysex.

    • This reply was modified 8 years, 10 months ago by Possemo.
    Ctrlr