-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSTi plugins don't show in Subwindow on Qt5 build (probably only X11) #2855
Labels
Comments
Closed
This was referenced Aug 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Qt 5 bug:
the vst window will not be caught by the subwindow. With Qt4 we use QX11EmbedContainer for catching the vst window in our subwindow. QX11EmbedContainer is gone in Qt5.
https://github.com/LMMS/lmms/blob/master/plugins/vst_base/VstPlugin.cpp#L228
The text was updated successfully, but these errors were encountered: