Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Need ability to assign folders/paths to search for VST plugins. #16

Open
c3r1c3 opened this issue Jan 16, 2017 · 7 comments
Open

Need ability to assign folders/paths to search for VST plugins. #16

c3r1c3 opened this issue Jan 16, 2017 · 7 comments

Comments

@c3r1c3
Copy link
Contributor

c3r1c3 commented Jan 16, 2017

Pretty much what the title says. I think an option in the settings area->Audio, or a 'Tools' top menu option would be the way to go.

@WizardCM
Copy link
Member

At the very least, showing the user where it already searches for VST plugins would be handy.

@WizardCM
Copy link
Member

WizardCM commented Mar 3, 2017

This was requested by another user, and they also mentioned "please, do provide the possibility to add multiple locations, like every other software that uses VST plugins does" which I agree would also be a good idea.

@c3r1c3
Copy link
Contributor Author

c3r1c3 commented Sep 26, 2017

We're on our own here... so I'm proposing that we add our own interface for this module. We could put it under the "Tools" or "Edit" menu item in the Top menu.

I also propose we call the menu item "VST 2.x Options"

Of course it will have a non-modal window that will allow you set the paths to search for as well as a default button, possibly a "Filter out these types of VSTs" option and a "Rescan folders" option, but the main and primary purpose of this interface is to allow for directories to be chosen.

@c3r1c3
Copy link
Contributor Author

c3r1c3 commented Sep 27, 2017

Okay, correction: Got some good news from Jim today, but it means waiting so I'll put this on the back burner for now and revisit it later.

@Phoenix616
Copy link

Another possible solution could be to add a manual plugin selection to the filter screen.

@playaspec
Copy link

For anyone using Linux, I found that ~/.vst worked. You have to quit and reload OBS to update list.

@rd778
Copy link

rd778 commented Mar 18, 2022

On Windows, there are default VST paths set in the Registry using the keys below. It's quite standard practice for most audio software to search for VSTs in these folders (along with program files) as default. However, OBS doesn't seem to be doing this currently and only looks in the program files directory.

  • HKEY_LOCAL_MACHINE\Software\VST, VSTPluginsPath string value (64-bit plugins)
  • HKEY_LOCAL_MACHINE\Software\WOW6432Node\VST, VSTPluginsPath string value (32-bit plugins)

Could OBS look in the directories specified in these registry keys as default, like many audio applications do? This partially solves the issue (on Windows at least) of adding a custom folder feature because a lot of people will have their VST folders already set in the above registry keys.

Let me know if this is better adding as a new feature request, but to me it seems like an extension or partial solution of this issue. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants