Hi !
I am working on a DAW which can load both VST and AU PlugIn’s.
As long as I am using DocumentWindows etc.. to host the AudioProcessorEditor component as a child component every this is fine.
HOWEVER - I am also trying to embed the Plug-ins in other areas on the DAW UI to improve user experience (compared to plugin’s in separate windows) - and want to be able to integrate it to a predefined area with scrollbars as possible for normal components using the Viewport class. But this does not seem to work at all. Regardless of the Viewport the Plugin continues to draw its full size - also outside the Viewport area.
This seems to be an issue that a lot of other developers have been struggling with previously - to mention just a few forum articles:
- Viewport draws contained AudioProcessorEditor outside of its bounds
- Expert needed! -Why is it not possible to display and bound an audio editor instance inside a viewport?
- Scrolling on big hosted plugin GUI
NOW since all the previous questions remain unanswered, I will try to re-open this discussion, to see if the are any way forward…
Do anyone know if there are a way to get around this problem ??
Maybe a way to capture graphics from the PlugIn and the by self handle the drawing .. BUT that might not work correct with the mouse…
@JUCE Development: Do you have any ideas ??
So please any suggestions on this topic is welcome
Thanks /Bo
