Reply To: LUA Scripts in Positive Feedback Loop

Home Forums General Programming LUA Scripts in Positive Feedback Loop Reply To: LUA Scripts in Positive Feedback Loop

#118844
spiffo
Participant
    • Topics: 12
    • Replies: 38
    • Total: 50

    yep, I was kinda wondering if someone would say something like that, at the time I could not thnk of another way to do it.

    I’ve finished testing the setValue(variable, boolean, boolean) and here are my results:

    setValue(var, force, mute)

    mute = if true MIDI never sent, if false MIDI is sent only if the Modulator changes value
    force = if true LUA Script always runs, if false LUA script only runs if Modulator changes value

    So basically you can mute the MIDI going out but you can NOT stop the LUA, if the Mod changes value it’s going to get triggered!

    Ctrlr