Move the slider by dragging the cursor without previous click?

when you have a lot of related sliders, it’s not practical to do a global adjustment one by one, but to draw a shape with the mouse

Is it not possible to do it in Juce? Has anyone found a way to achieve this?

One option is to overlay a transparent component, and manually set each slider.

1 Like

Thanks for the advice, although I didn’t even have to create an overlay, I updated the group component so that it modifies the sliders according to the position/drag of the mouse, previously I disabled the mouse clicks of the sliders.

sliders

2 Likes