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?
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.
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.
