-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
844586e
commit 07328e4
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# VST2-Default-Folder-Manager | ||
Allows changing the default path for 32-bit and 64-bit VST2 in the registry | ||
|
||
Run this before installing any DAW software or VST2 plugins. | ||
|
||
Unlike MacOS, Windows has no built in default folder for VST2 plugins. When installing a DAW that supports VST, the DAW generally should create and register VST2 folders for 32-bit and 64-bit plugins. Once registered, plugins should automatically install into these folders and any other audio software (DAWs, notation programs, audio editors) should find the plugins automatically with the default settings. | ||
|
||
Unfortunately, not all VST hosts properly create the required registry entries, and many users are not comfortable enough editing the registry themselves to correct this issue. | ||
|
||
The VST2 Default Folder Manager has two functions: | ||
- When run, it checks to see if the VST2 system registry was set up properly by a DAW. If it was not, it asks whether you want to create the recommended VST2 folders and register them. This can be useful before installing any VST hosts or VST2 plugins to make sure that everything will install into the correct locations by default without always having to override the VST path in the install wizard. | ||
- The main screen shows you what your VST2 32-bit and 64-bit paths are, and allows you to change the paths in your registry if you wish. Note that changing the path will not move the plugins - you will need to do that manually. |