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

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

    So just to clarify then, if I substitute:

    setModulatorValue(variable, false, false, false)

    for

    setValue(variable, false)

    No MIDI Message will be sent from the Modulator and no LUA Script will be triggered either?

    @param newValue the value to set
    @param force force value change
    */
    void setValue(const int newValue, const bool force=false, const bool mute=false);
    void setValue(const int newValue, const bool force=false);

    I lifted the above from github but it doesn’t seem to shed much light on the subject, force what, mute what exactly?
    I think I need to do some testing.

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