ramirezd42 / vst-js

native node addon that allows for instantiation of natively installed VST3 audio plugins
226 stars 20 forks source link

Feature: add a way to chain multiple plugins in a single host process #5

Open ramirezd42 opened 7 years ago

ramirezd42 commented 7 years ago

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)