[Solved][HiDPI] CFrame always returns scale factor 1

Thanks for the quick reply!

I know, but I just want to test the functionality, so I’m just using a single image version sized for 1.5x support and declaring its scale factor as 1.5x.
The images in the plug-in appear to be correct in size, so I guess it’s fine to do this for a test (if I omit to set the image as 1.5x scaled, my background goes beyond the GUI bounds, which is correct in this case).
Am I wrong?

Next, if you do not use the VST3Editor class, you have to set the CFrame scale factor yourself, by listening to calls to IPlugViewContentScaleSupport::setContentScaleFactor (…).

Ok, I’ll look into this, thanks!

Good question…
The thing is, I’ve built a lot of stuff in my framework on top of VSTGUI in the latest years, so I guess I cannot simply switch to VST3Editor as I’ll probably need to adapt my code, but I’ll check it out.