I’ve created a container and a custom param of an integer slider from 0-50. Inside the container I pull a Parameter CHOP and a ParExecute DAT and link the two. (OPs set to par1 and the Parameters set to *) I set the ParExec script to print(par.name, par.val) in the valueChanged method. When I change the slider on the container, I can see the Par1 CHOP update, but the ParExec never fires a print statement.
Now when I create a Constant CHOP and hook the ParExec up to it, changing the value of the Constant does trigger the ParExec. Is there any reason why this should differ from a Parameter CHOP?
Windows 11, TD 2025.32820
