You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/include/faust/gui/JuceGUI.h
and change "black" to "white" in
/usr/local/share/faust/juce
in /usr/local/include/faust/gui/JuceGUI.h to "white", and "g.fillAll (juce::Colours::white);" to "g.fillAll (juce::Colours::black);".
Hello
This is a tiny issue but the faust2juce tool creates GUI's with white on white by default:
I've fixed it for myself here by changing this line to fill using black instead:
faust/architecture/juce/juce-plugin.cpp
Line 770 in 76ab7cb
That fixes the issue. I can do a PR for this if needed.
The text was updated successfully, but these errors were encountered: