Reply To: Did I mess up my Panel size?

Home Forums General Panels, Components, Macros Did I mess up my Panel size? Reply To: Did I mess up my Panel size?

#120399
dnaldoog
Participant
    • Topics: 4
    • Replies: 480
    • Total: 484
    • ★★

    Hi llatham,

    Here is a panel which should serve as a template for a new panel.

    I created 4 layers for four partials, each with a separate control.

    A global variable k3 is set in an init script that changes the sysex for each partial and is changed by the uiCombo callback function.

    It should give you a start for working out how to change sysex depending on which partial is selected. It might be safer to just edit each sysex value per partial manually, but that will be a lot of work.

    I haven’t consulted the manual for correct figures.

    I put the offsets into a lua table partialOffset={0x20,0x40,0x60,0x7f} with arbitrary figures. Unfortunately this does involve lua!

    Regards,

    John

    example panel for Roland FA06

    Attachments:
    You must be logged in to view attached files.
    Ctrlr