Setting UI values from a combobox - doesn't fall through to linked processorId+parameterId ??
-
At a high level, I have a combo box... whenever I make a selection it iterates over a bunch of UI parameters and calls .setValue(xyz) on each one of them.
I do see the UI updating with the new value, but the new value does not seem to fall through to the scriptnote network that it is assigned to.
If I turn the control manually, then it does fall through. So I know the processorId and parameterId are correct, connected, and it is fundamentally working.
Any ideas? Do I need to do some kind of defferal or asynchronous call?
-
Oh for n00b sake... I just call .changed() it would seem.
-
O Orvillain marked this topic as a question
-
O Orvillain has marked this topic as solved
-
@Orvillain I was gonna suggest to try that but like....nah that cant be it. haha.