Reply To: add a parameter to : getModulatorValuesAsData() method

Home Forums General Programming add a parameter to : getModulatorValuesAsData() method Reply To: add a parameter to : getModulatorValuesAsData() method

#27110
zeoka
Participant
    • Topics: 73
    • Replies: 466
    • Total: 539
    • ★★★

    Hi Atom
    Yes a range indexes or prop values
    ex : start from index 3 , up to index 6
    panel:getModulatorValuesAsData(“vstIndex, CtrlrPanel.EncodeNormal, 3,3, false)

    Actually my 3 last mods have index 7,8,9 and not exported
    except a custom mod with index 10
    I do panel:getModulatorValuesAsData(“vstIndex, CtrlrPanel.EncodeNormal, 7, false)
    the result is not ex : 00 7f 50
    but something like ff 00 00 00 00 00 00 00 00 ……………………………….

    even that could be practicle to do other “call bytes” with other mods

    Ctrlr