Hello,
Considering the following sliders :
vslider bounds(0, 18, 10, 65),range(0, 127, 0, 1, 1), colour(“red”), textbox(0),channel(“S1_1”)
vslider bounds(10, 18, 10, 60),range(0, 127, 0, 1, 1), colour(“lightblue”), textbox(0),channel(“S1_2”)
If you move the sliders , and get the value with “chnget”, none of them comes back to “0” (whenever the popup label says 0), there remains a “residual” value which seems to be related to the actual size of the widget.
Is there a work around to fix it ?
Thank you for your help.