free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
107 stars 17 forks source link

Handle AUv2 No UI case #260

Closed baconpaul closed 2 months ago

baconpaul commented 2 months ago

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