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:
|
g.fillAll (juce::Colours::white); |
That fixes the issue. I can do a PR for this if needed.