Skip to content
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

Implement IPlugViewContentScaleSupport #262

Open
defiantnerd opened this issue Jun 12, 2024 · 0 comments
Open

Implement IPlugViewContentScaleSupport #262

defiantnerd opened this issue Jun 12, 2024 · 0 comments
Labels
mvp minimal viable product solved in next solved in branch "next" vst3 issue is related to VST3

Comments

@defiantnerd
Copy link
Collaborator

implement this in the VST3 wrapper

https://steinbergmedia.github.io/vst3_doc/base/classSteinberg_1_1IPlugViewContentScaleSupport.html

@defiantnerd defiantnerd added mvp minimal viable product vst3 issue is related to VST3 labels Jun 12, 2024
baconpaul added a commit that referenced this issue Aug 13, 2024
This passes to gui.set_scale. It's pretty critical to make VST3 and CLAP work identicially on bitwig linux.

Also add a defensive guard against malformed claps. In clap in bws resizing a destroyed gui would post a misbehaving error but in the vst3 we would crash absent this guard. Just a defensive check.

Closes #262
@defiantnerd defiantnerd added the solved in next solved in branch "next" label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp minimal viable product solved in next solved in branch "next" vst3 issue is related to VST3
Projects
None yet
Development

No branches or pull requests

1 participant