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

On-the-fly DPI changes support? #396

Open
ofsjoerdk opened this issue Mar 24, 2024 · 0 comments
Open

On-the-fly DPI changes support? #396

ofsjoerdk opened this issue Mar 24, 2024 · 0 comments

Comments

@ofsjoerdk
Copy link

Hi!

Playing around with reaper I found that system dpi settings are only applied when the plugin gui is first opened.
That matches the description over here https://github.com/free-audio/clap/blob/main/include/clap/ext/gui.h,
so i guess that's the way it's supposed to work.

The way vst3 does it is to notify the plugin each time the system DPI changes. For single monitor setups that's not a big deal,
but for multiple monitors with different DPI scaling on each one I think it's definately valuable. Prevents the user from
having the close and reopen the plugin gui when dragging between monitors. Would it be possible to add this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant