Hi,
Is it possible for a plugin host based on Juce to get an Image of the plugin’s editor? My understanding is the AudiProcessorEditor is just a container for a system window. So the plugin’s editor is a system window located on top of the Juce windows, but it is not drawn over the Juce bitmap, right? I would like to draw some information over the editor, such as arrows going from editor’s areas to my Juce GUI, so I guess I need a Juce copy of the editor in the same graphic context than my Juce window. What’s the best way to do that?
Thanks,
/Phil