Hi,sorry to disturb.
I currently have a problem with loading vst3 in multi threads.
What I want to do is to create several plugin-chain instances in multi threads to process diffrent audio files at the same time.
But when I loaded a vst3 in a new thread,It says must called on the message thread.
Is there any possible to do that?
You can load the plugin on the message thread and call processBlock on another thread, that’s totally valid (and common).

