Hi,
I’d like to customize the Slider by loading the graphics for its background and the “hold” (the foreground, which the user clicks and drags). Which is the recommended way to do this? Should I inherit the Slider class and then implement the Paint method. However, as far as I can see I only get a single Graphics object reference to the Paint method. Does that reference point at the background or at the Slider “hold”?
Is there a class for a Knob? I have animated stacked frames for knobs, which I used with the VSTGUI and now I’m looking for an easy way to create an animated knob in Juce using these graphics.
Thanks.
/Mike