Re: Lua Help

Home Forums General Programming Lua Help Re: Lua Help

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

    yest and no, in the methods for a modulator the first parameter to the function is the modulator and the 2nd is the new value
    so yes
    modulator:getComponent() will work in that call, it won’t in the panel call since its triggered in the panel context.

    Ctrlr