How to reset knob component


Recommended Posts

Hi,

I'm using a knob component to set a channel value. The knob is set to Jog Wheel with a range from 0-1000. This knob control, let say Channel1. The issue I have is

The knob control Channel1 to a value let say 100. Next, If I want to reset Channel1 to 0 by writing Channel1.addvalue(0). Channel is equal to 0 for a moment then once the page refreshed, Channel1 will change to the value was set by the knob which is 100.  

I'm trying to find a command to set the knob to 0 instead of  writing Channel1.addvalue(0), hopefully eliminate the issue but no luck.

Please your advice.

Thanks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.