Changing the HISE IDE font size
-
@d-healey Have you put the line before the
setContentOwned()
call? If I put it after, then it also throws assertions and looks like that.But I just checked on my Macbook with Retina display, it works OK here too.
-
@Christoph-Hart said in Changing the HISE IDE font size:
Have you put the line before the setContentOwned() call?
No I put it after, I just tried putting it before and it solves the problem. Seems to work perfectly now. I definitely think this should be a setting :)
-
@Christoph-Hart both doesn't work for me, still get a huge black box, funny though the elements on react to the hover on the black box's coordinates rather than the displayed small hise interface
-
@Morphoice Why is yours called
HISE - UNSTABLE
? -
@d-healey Unstable is the name of the project :-) it's an analog sounding "unstable" synth
-
@Morphoice Oh ok, I thought you might be on some custom branch
-
@d-healey I wish. I started plugin development not a week ago and still have to much to learn. like adding my own filters and dsps... btw from zero to where I am mostly all thanks to your youtube videos, though much still is above my head.
-
@Morphoice When you were testing the UI scaling, did you use a debug or a release build?
-
@d-healey might also have something todo with OpenGL being enabled or not. The fact that the hover positions are correct but the graphics are rendered incorrectly might hint at that.
-
@Christoph-Hart I can confirm disabling OpenGL did the trick, I now have a 150% bigger hise interface which is super pleasant to work with. Thanks so much!
-
@Morphoice alright good to know. Iβll check on Windows but OpenGL on macOS does not bring a considerable performance boost so you donβt miss too much by disabling it.
-
Alright, it's now pushed as proper setting. It even supports on-the-fly changes. That was smoother than expected :)
-
@Christoph-Hart yay