Current slider value doesn't update after deleting a modulation connection
-
So after deleting a connection, the value of the
extranode stays to the old modulated position, not the actual slider value. It should update to the current slider position.
-
@ustk
I've also encountered this problem and still need to deal with it. My idea:
Perhaps we can useScriptModulationMatrix.setConnectionCallback. When a connection is removed , we can trigger the slider/knob withchanged()to set the correct value.I'll try this out tomorrow and let you know if it works. :-)