I currently try to solve the following problem: I create a slider and a parameter during runtime inside of an agent. Now I would like to link the slider to the parameter. However, I am not able to find API code to solve this in a straightforward manner. I`ve looked through the Java interface. It seems that I need to add this function manually as a function executeShapeControlAction(). I try to avoid writing code directy in the JAVA interface. So I am curious about the easiest ways to connect a during runtime created slider with an already existing parameter.
Thank you!