Reply To: why is this method looping through several times?

Home Forums General Programming why is this method looping through several times? Reply To: why is this method looping through several times?

#83653
daimondamps
Participant
    • Topics: 8
    • Replies: 80
    • Total: 88

    It’s hard to tell because we don’t have whole panel. Something is triggering your script(and this is something what this script is changing)
    Maybe try to mute modulator
    param:setModulatorValue((_G[ “tbl_keyassgn”..keyselct ])[ i ],false,false,false)
    change to
    param:setValue((_G[ “tbl_keyassgn”..keyselct ])[ i ],true, true)

    Ctrlr