Don't show "Audio input is muted" banner

This doesn’t when I called it in the AudioProcessor’s Constructor, because the StandalonePluginHolder is not fully constructed yet.

But it works when I call it in the AudioProcessorEditor’s constructor, once the StandalonePluginHolder is fully constructed.