psyDSP
October 13, 2024, 3:17am
4
This issue seems similar to one I reported previously. It originated from commit 555b667 but has been fixed as of commit f5f758c in the develop branch.
It seems that this commit causes OpenGL rendering issues on Windows, specifically when using a custom OpenGLRenderer component within certain DAWs. Instead of the expected output, the screen displays only black. This behavior wasn’t present before this commit.
Below are images showing the issue in Studio One 6 on Windows 11. This example simply fills the background with a solid grey color using OpenGLHelpers::clear.
Latest JUCE 8 Develop:
[juce-8-non-working]
JUCE 8 Develop prior to commit …