free-audio / clap-wrapper

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

AUv2 without UI crashes validation #257

Closed baconpaul closed 2 months ago

baconpaul commented 2 months ago

The clap-embedded distortion i'm about to add doesn't work ask a AUv2

when validating you get

VERIFYING CUSTOM UI
[clap-wrapper] Property: kAudioUnitProperty_CocoaUI plugin
zsh: segmentation fault  auval -v aufx W_pO FrAU

so we need to handle the 'doesn't support gui' case in the wrapper

defiantnerd commented 2 months ago

fixed in next