free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
123 stars 20 forks source link

Fix gui_request_resize incorrectly checking can_resize #288

Closed mthierman closed 3 months ago

mthierman commented 3 months ago

U-He plugins will request_resize when the user changes the scale from the menu. We check can_resize before we accept this request, but the api shows that we should only check this when user drag is initiated (see 2nd resizing scenario)