pkviet / obs-studio

OBS - Free and open source software for live streaming and screen recording
https://obsproject.com/mantis/
GNU General Public License v2.0
151 stars 20 forks source link

How to add any vst plugin from another directory??? #40

Closed deenbee closed 3 years ago

deenbee commented 3 years ago

vst plugin folder directory only default please how to add a new path

pkviet commented 3 years ago

it's not possible for now but i'll investigate on how to achieve that.

Chron-O-John commented 3 years ago

In the meantime you could use a symlink if you only want one specific directory. cmd -> mklink

pkviet commented 3 years ago

On windows the vst3 are loaded from C:\Program Files\Common Files\VST3 and the vst2 from C:\Program Files\Steinberg\VSTPlugins. The simplest would be to copy your vst there or to make a symlink indeed. I don't plan on adding custom locations, so closing.