Falcosoft / vstdriver

A Windows user-mode software MIDI synthesizer driver which is capable of using any 32 or 64 bit VST2 Instrument
https://falcosoft.hu/softwares.html#vst_driver
GNU Lesser General Public License v2.1
44 stars 0 forks source link

Request:Support for Multiple VST Plugins. #2

Closed nanitaro closed 11 months ago

nanitaro commented 11 months ago

Hello, Is it possible to use multiple VST plugins with the vstdriver? Alternatively, it would be helpful if I could easily switch between multiple VST plugins. Thanks.

Falcosoft commented 11 months ago

Hi, No, curently it's not possible. Also implementing real-time switching of plugins would require a substantial rewrite of the code. The best alternative that is availabe today is offered by Windows itself. That is the list of previously loaded/used plugins is preserved in the openfile dialog: vstdriver_selectplugin

Falcosoft commented 11 months ago

Hi, Wait for the nex release. You will be able to pre-configure 10 VSTi plugins in the configuration dialog and switch between the plugins at runtime with the help of the tray menu:

vstdriver_selectplugin2

nanitaro commented 11 months ago

Hi, Thanks all for the lighting fast response!

Falcosoft commented 11 months ago

What is possible has been added to v2.2.0. https://github.com/Falcosoft/vstdriver/releases