GUI scale VST3 on Windows (fix shortcut and add in settings tab)
lgmacri opened this issue · 2 comments
Hi, I've read in the manual, release notes, and in here that the GUI scaling feature should work (left CTRL + F) but I can't seem to be able to use it. I this implemented? maybe only works for the LV2 version? I don't have a compatible host to try that file format.
I've asked this before in #14 but had no response yet.
Thanks!
@lgmacri There is a regression related to shortcuts (#67). A workaround on Windows is go to %APPDATA%, or something like C:\Users\myuser\AppData\Roaming\geonkick\config... and in config folder you'll find a file config.json. Edit the scale factor (or add if the member is not there)
"scaleFactor":1.0 ... instead of 1.0... you can set 1.5, or even 2.0. Then restart the host.
I'll add this setting in the "Settings tab" in v3.5, and the shortcuts will be fixed in the next release.
Perfect! That worked, thanks a lot for your quick response!
Regards