Using referTo on Slider Value objects

Hi, I’m linking up some sliders using referTo to link source and target Value objects and the UI is updating as expected, but looking at the operation of valueChanged() for a Slider, the value is changed without sending a notification, so the target slider doesn’t actually “operate”. This isn’t what I would expect so I think maybe I misunderstand the purpose of this?

thx

ok, so it looks like I need to add ValueListeners manually and then process the callbacks to those…

1 Like