The bundled Sonitus suite DX plug-ins. The ones you see in CbB should be the ones installed with CbB in the 'C: Program Files Cakewalk Shared Plugins' folder. Clicking on the plug-ins in the Plug-in Manager will display its location at the bottom of the Plug-in Manager display. VST plugins have default locations depending on Mac or PC. It is also possible to install plugins to multiple or a different path than the default. Knowing this here are the some default locations: Windows. C:/Program Files/VstPlugins/ (for 64-bit plugins) C:/Program Files (x86)/VstPlugins/ (for 32-bit plugins) Mac.
Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.
On the macOS platform, VST 3 plug-in is a standard macOS bundle, its file extension is '.vst3' and has the following folder structure:
On the Windows platform a VST 3 plug-in is organized as a bundle like package format (simple folder), its file extension is '.vst3' and has the following folder structure:
In previous SDKs the VST 3 plug-in was defined as a single dll file with the vst3 extension. This is deprecated since VST 3.6.10.
The file desktop.ini should contain:
and you should then change their attributes with this command line (s for system to make sure that Windows will use it for the folder/bundle, r for read-only and h for hidden (optional)):
On Linux, a VST 3 plug-in is organized as a bundle like package format, its file extension is '.vst3', it follows this folder structure:
Since VST 3.6.10, a VST3 bundle can contain pre-rendered snapshot images for a VST3 host as a visual representation of the plug-in UI. Free vst 64 bit.
This snapshot must have a predefined format and file name so that a host can recognize it.
Note that all the bundles can be merged to one, which allows to have a cross-platform bundle/folder.
For example:
Spitfire audio free vst.
A VST 3 plug-in should be installed at specific folder location, the following tables specify these predefined locations for different operating system.
VST 3 does not require a plug-in registration like it is used with DirectX.
Links, Symbolic links or Shortcuts could be used from these predefined folders.
3 levels of folder location are defined:
On the macOS platform, the host application expects VST 3 plug-ins to be located in:
Priority | Location | Path | Comment |
---|---|---|---|
1 | User | /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ | |
2 | Global | /Library/Audio/Plug-ins/VST3/ | |
3 | Global | /Network/Library/Audio/Plug-ins/VST3/ | |
4 | Application | $APPFOLDER/Contents/VST3/ |
Note: The host recursively scans these folders at startup in this order (User/Global/Application).
On the Windows platform, the host application expects VST 3 plug-ins to be located in:
Priority | Location | Path | Comment |
---|---|---|---|
1 | Global | /Program Files/Common Files/VST3/ | native bitdepth: 32bit plug-in on 32bit OS, 64bit on 64bit OS |
1 | Global | /Program Files (x86)/Common Files/VST3/ | 32bit Plug-ins on 64bit Windows |
2 | Application | $APPFOLDER/VST3/ |
Note: The host recursively scans these folders at startup in this order (Global/Application).
On the Linux platform, the host application expects VST 3 plug-ins to be located in:
Priority | Location | Path | Comment |
---|---|---|---|
1 | User | $HOME/.vst3/ | |
2 | Global | /usr/lib/vst3/ | |
3 | Global | /usr/local/lib/vst3/ | |
4 | Application | $APPFOLDER/vst3/ |
Note: The host recursively scans these folders at startup in this order (User/Global/Application).
VST 3 presets are located at predefined folder locations on the computer, depending on the operating system.
Prio | Type | Scope | Writable | Path | Comment |
---|---|---|---|---|---|
1 | User | User | X | Users/$USERNAME/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ | |
2 | Shared_Factory | Public | - | Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ | Computer shared FactoryROM |
3 | Shared_Factory | Public | - | Network/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ | Network shared FactoryROM |
4 | App_Factory | Apps | - | [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | Host Application (Cubase, ..) |
Prio | Type | Scope | Writable | Path | Comment |
---|---|---|---|---|---|
1 | User | user | X | [my documents]/vst3 presets/$company/$plugin-name/ | csidl_personal |
2 | User_Factory | user | X | [documents and settings/$username/application data]/vst3 presets/$company/$plugin-name/ | csidl_appdata |
3 | Shared_Factory | public | - | [documents and settings/$allusers/application data]/vst3 presets/$company/$plugin-name/ | csidl_common_appdata |
4 | App_Factory | Apps | - | [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | Host Application (Cubase, ..) |
Prio | Type | Scope | Writable | Path | Comment |
---|---|---|---|---|---|
1 | User | User | X | [Users/$USERNAME/Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | FOLDERID_Documents |
2 | User_Factory | User | X | [Users/$USERNAME/AppData/Roaming]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | FOLDERID_RoamingAppData |
3 | Shared_Factory | Public | - | [ProgramData]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | FOLDERID_ProgramData |
4 | App_Factory | Apps | - | [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ | Host Application (Cubase, ..) |
Prio | Type | Scope | Writable | Path | Comment |
---|---|---|---|---|---|
1 | User | User | X | $HOME/.vst3/presets/$COMPANY/$PLUGIN-NAME/ | |
2 | Shared_Factory | Public | - | /usr/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ | |
3 | Shared_Factory | Public | - | /usr/local/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ | |
4 | App_Factory | Apps | - | [$APPFOLDER]/vst3/presets/$COMPANY/$PLUGIN-NAME/ | Host Application |
See [3.5.0] Remote Representation of Parameters Support
Back to Contents