Describe the bug
I'm building on MacOS using:
mkdir Build
cd Build
cmake -G "Xcode" ..
cmake --build . --config Debug
When I do this, adding a LfpViewer to my signal chain causes this assert error to be printed to console
JUCE Assertion failure in juce_GraphicsContext.cpp:94. It prints only a few times when the chain is instantiated, then continuously during streaming.
Versions:
- OS: MacOS Tahoe (26.5.1)
- GUI version: latest commit
Describe the bug
I'm building on MacOS using:
When I do this, adding a LfpViewer to my signal chain causes this assert error to be printed to console
JUCE Assertion failure in juce_GraphicsContext.cpp:94. It prints only a few times when the chain is instantiated, then continuously during streaming.Versions: