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: https://github.com/grame-cncm/faust/blob/76ab7cbc48f9f20249ce19891ac8eab0cd5ec8cb/architecture/juce/juce-plugin.cpp#L770 That fixes the issue. I can do a PR for this if needed.