I’ve created a few sliders whose label parameter gets updated as their value changes using an expression such as this in each slider’s label parameter:
'VALUE ' + str( round( float(me.par.value0), 2) )
This works fine when I manipulate the sliders directly but if I embed them within a container then their label only updates the first few times I move them and eventually stop updating.
Experimental build 2022.21460 (Windows)
Thanks!
NOTE: I just noticed that manipulating the label parameter directly from outside the container does work. For instance using a CHOP execute to do the following works ok:
I’m not quite sure how safe it is to set the labels this way and update them continuously if you are referring to sliders in the widget kit with that post.
I’ll assign @Ivan who is one of our widget genius so that he can get back to you.
Certainly! See attached Slider label issue.toe (5.7 KB)
A single fader whose value changes correctly and a group of three identical sliders within a container whose values don’t change when manipulated. I also added a button, an LFO and a CHOP exec to show one can indeed change the labels from outside the container just not through the sliders themselves.
I just noticed that the individual slider label will update correctly only when it’s node is the one currently selected so this probably explains why those in the container never get updated.