Black Rooster -> VST3 (in: Effects)

By: jamcat
13 Apr 09:43

On Windows, there is a standardized registry key for VST2 plugins. It’s a shame that not everyone uses it.

[code]
[HKEY_LOCAL_MACHINE\SOFTWARE\VST]
“VSTPluginsPath”=”C:\\Vstplugins\\64”

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\VST]
“VSTPluginsPath”=”C:\\Vstplugins\\32”
[/code]

The folders and paths don’t have to be “C:\Vstplugins\etc” of course. They can be whatever the user sets them to.

Go to this post

Go to first unread post in this topic

Read more here: Source link