Re: update panel on dump request using Lua

Home Forums General Programming update panel on dump request using Lua Re: update panel on dump request using Lua

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

    you can’t have multiple assignValues() methods you can have one, if you have multiple the last one compiled will only work. It’s a global lua context the names must be unique for methods and variables, you can define a variable in a method for one slider and access it in some other slider, it’s all one big memory segment. You need to think globaly in terms of the panel, no localy for just one modulator. It has to build like that otherwise it makes no sense at all.

    Ctrlr