1 Knob controlling 2 values of the same parameter

I’m making a plugin that does a lot of randomizing, and I’m trying to make it so on a knob you can drag two nodes to represent the minimum and maximum range of randomization within the parameter. I see that the two value slider type can do this, but is there any way to change the motion so it acts as a knob?

Any thoughts on how to do this?

Thank you.

Hi Caleb,

Both are Sliders. See the LookAndFeel classes.

I understand they both act under the slider class. However, only a slider style can have two values. The rotary style cannot.