VST3 Host Questions...

I now setup this way:

// turn everything on
m_pAudioProcessor->setupProcessing(Setup);
m_pProcessComponent->setActive(true);
m_pAudioProcessor->setProcessing(true);

But still silence out of some plugins. Thanks for helping.