Slider with 2 knobs and encoder functionality

encoder only works with right knob when we have 2 knobs… Not sure whether i have to do something extra… If not, how do we add this feature?

When I added support for 2 knobs I didn’t really consider the effect it would have on encoders. The behavior you are describing makes sense. You would need to add a mechanism for focusing on a knob at a time. Depending on the user interface it might be more intuitive to use a different widget if encoder control is required.

Hi,

I’ve fixed it in the master branch.

Great… Much appreciated.