-
Notifications
You must be signed in to change notification settings - Fork 20
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
AUv2 without UI crashes validation #257
Comments
baconpaul
added a commit
to baconpaul/clap-wrapper
that referenced
this issue
Jun 10, 2024
The AUV2 No UI case was still trying to construct a UI despite _ext._gui being null. Add the appropirate defenisve guards in three locations Closes free-audio#257
Merged
baconpaul
added a commit
to baconpaul/clap-wrapper
that referenced
this issue
Jun 11, 2024
The AUV2 No UI case was still trying to construct a UI despite _ext._gui being null. Add the appropirate defenisve guards in three locations Closes free-audio#257
baconpaul
added a commit
that referenced
this issue
Jun 11, 2024
* Handle AUv2 No UI case The AUV2 No UI case was still trying to construct a UI despite _ext._gui being null. Add the appropirate defenisve guards in three locations Closes #257 * Clang format; rebase to next; check API as well as _gui
fixed in next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The clap-embedded distortion i'm about to add doesn't work ask a AUv2
when validating you get
so we need to handle the 'doesn't support gui' case in the wrapper
The text was updated successfully, but these errors were encountered: