I hope to use JUCE for a couple of GUI widgets in a windows VST plugin, which is otherwise already written. By that I mean it defines its window and draws graphics as it must ALREADY. I hope to just “add” use of a few GUI widgets without having to rework too much.
My needs are lightweight: I can’t use a DocumentWindow, and for now I don’t think I want an AudioProcessorEditor. I could use Button, Slider, TextEditor, PopupMenu etc.
I’d appreciate a pointer to a relevant sample, or any clues. Thanks!