The most performant way to chain a large number of plugins (akin to something like a "channel strip") would be to have all of them wired up natively in a single host process instance. It shouldn't be too difficult to expose an api to do this once some from of RPC mechanism is setup between the two processes (which is also necessary to accomplish https://github.com/ramirezd42/vst-js/issues/2)
The most performant way to chain a large number of plugins (akin to something like a "channel strip") would be to have all of them wired up natively in a single host process instance. It shouldn't be too difficult to expose an api to do this once some from of RPC mechanism is setup between the two processes (which is also necessary to accomplish https://github.com/ramirezd42/vst-js/issues/2)