In Max 8 with High DPI Rendering enabled JUCE plugins don’t display the GUI correctly. The GUI window scales to the correct size but the actual displayed part of the UI is of the unscaled size. Here it is with Windows set to 150% scale:
I forgot to mentioned that. Yes, I’m using the default value as in the JUCE template. The plugin scales correctly in Reaper.
EDIT: Just in case, I tried explicitly setting JUCE_WIN_PER_MONITOR_DPI_AWARE to “Enabled” instead of “Default (Enabled)” in Projucer but no change, unfortunately.
The best way to determine this is to test out a non-JUCE-based plugin of the same format (VST2 or VST3) that supports hi-DPI displays. I think the FabFilter plug-ins probably fit that description, if you have any of those installed.
It would also be helpful to know whether you’re loading a VST2 or a VST3 plug-in, as scaling works differently between the two formats.
I’ve installed the demo of FabFilter Simplon VST3 and it seems to be scaling correctly in Max 8. When I load it in Max and Reaper both versions are the same size/scale. Let me know if there are any other tests I can run and I’ll happily do them.