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

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

    And some quick testing of setModulatorValue(var, boolean, boolean, boolean)

    setModulatorValue(var, vst, midi, ui)

    vst & ui appear to do nothing, I think that is well known?

    midi if set to true the panel sends a MIDI Message whether the Modulator changes value or not
    midi if set to false the panel does NOT send a midi message whether the Modulator changes value or not

    So my conclusion is that dnaldoog is correct, I am better off using setValue, it gives a much better range of control over what happens, but it still won’t stop those LUA scripts from running if the Mod changes value 🙁

    Thanks, guys!

    • This reply was modified 3 years, 9 months ago by spiffo.
    Ctrlr