We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux support is already nearly there, I just need a bit of help getting it over the finish line from anyone who has more experience with Linux VST3.
The work involved is as follows:
getAssetsDirectory()
JUCE_LINUX
I think that should be it, but it's very possible I'm missing something.
The text was updated successfully, but these errors were encountered:
I have most of this done in #11
Sorry, something went wrong.
I'm going to dig more into the API for attaching an X11 window. I suspect I have to find the existing window and attach that handle?
Thank you so much! I left a comment to that question on your PR
No branches or pull requests
Linux support is already nearly there, I just need a bit of help getting it over the finish line from anyone who has more experience with Linux VST3.
The work involved is as follows:
getAssetsDirectory()
here for theJUCE_LINUX
caseJUCE_LINUX
case here and hereI think that should be it, but it's very possible I'm missing something.
The text was updated successfully, but these errors were encountered: