Re: Panel Update LUA script

Home Forums General Programming Panel Update LUA script Re: Panel Update LUA script

#2983
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    well the best way is to do step by step
    [code:2rzslim3]
    mod = panel:getModulatorByName("whatever")
    if mod ~= nil then
    mod:setModulatorValue()
    end
    [/code:2rzslim3]

    can you send the panel ? maybe i can try to see what’s going on.

    Ctrlr