I want a knob module like in the figure below to be added to my GUI application to adjust parameters. Whether Juce library have a knob component like this
?
Juce’s Slider can be initialized to look like a knob. The default styles are just drawn 2D graphics, though. You need to do quite a lot of custom code to be able to use photorealistic bitmap images or such.
1 Like
