We have reports of some VST3 plugins failing to report their latency because the call to getLatencySamples
is happening before the plugin is made active.
Apparently this should happen after the call to holder->component->setActive (true)
and is the order Steinberg hosts do it in.
Would changing this be likely to break anything?