VST3 setNonRealtime in JuceVST3Component::setupProcessing

Could something like

getPluginInstance().setNonRealtime (newSetup.processMode == Vst::kOffline);

Be added to JuceVST3Component::setupProcessing
So I know that we’re off-line in PrepareToPlay?

Or is there a reason that this would be a bad idea?

Have you tested this?

I tried it in Adobe Premiere and haven’t run into problems, but haven’t tested extensively yet.

It looks safe to me - I’ll add it to the develop branch shortly.