-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for high resolution scaling (HiDPI, 4k, etc) #35
Comments
I'm afraid a color theme and a background image via
It's VSTGUI and from what I can see in their documentation Linux is not listed as a supported platform. Here the related API. |
Is there a way to create a double-sized GUI with double-sized fonts without requiring true HiDPI support from VSTGUI for Linux? I'd really like to use the plugin. :) I wish I knew how to code. :) |
I don't fully understand everything, but I gather that these are the available methods for supporting HiDPI:
Isn't there a currently existing cross platform way to provide HiDPI support for all platforms? At this point, I'd even be happy with resizing everything post-raster, or even using font scaling of some sort to make things a bit bigger. Even if it was a little blurry, I could still probably see and use it. Right now, it's just too small to see well enough. Edit--Source: https://community.frame.work/t/state-of-hidpi-on-linux/8301/22?page=2 |
Update: After communicating with the VSTGUI team, it appears that HIDPI on linux is supported. Please read the following thread for details: TL;DR "Concerning VSTGUI: it supports any scale factor you throw at it. The developer only needs to call CFrame::setZoom. |
AFAICS there are 2 types of factors: the zoom (they have In brief what it's not there (except on macOS) is the system scale factor auto detection. |
See also #107 |
First and foremost--Thank you so much for creating this nice SFZ tool! I am watching the development very carefully. :-)
Second, as a Linux user, is there currently a way to make Sfizz scale up for high resolution displays or have upsized bitmaps for high resolution systems?
Currently, the plugin is tiny, and I've found no information on theming (other than just colors), or any other information that can help me to make this tool more usable. I couldn't even find what graphics widget kit Sfizz is using, unless its using straight libx11. At any rate, I'm not a programmer, but I've very interested in finding a way to better use sfizz with my system.
If it turns out that there is no current workable solution, I would like to make a feature request for supporting HiDPI scaling for all platforms (I use Linux).
Any guidance or suggestions would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: