CLAP Plugins Location
- KVRAF
- 24429 posts since 7 Jan, 2009 from Croatia
The path is system-level like VST3. You can symlink it wherever you want, though (also with VST3).
-
MirkoVanHauten MirkoVanHauten https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=376111
- KVRist
- 454 posts since 12 Mar, 2016
Wasn't there a CLAP environment variable that let you select whatever installation folder you want? I thought I've read that in the docs.
- KVRist
- 470 posts since 6 Apr, 2008
From the official spec [1]:
[1] https://github.com/free-audio/clap/blob ... ap/entry.hCLAP plugins standard search path:
Linux
- ~/.clap
- /usr/lib/clap
Windows
- %COMMONPROGRAMFILES%\CLAP
- %LOCALAPPDATA%\Programs\Common\CLAP
MacOS
- /Library/Audio/Plug-Ins/CLAP
- ~/Library/Audio/Plug-Ins/CLAP
In addition to the OS-specific default locations above, a CLAP host must query the environment
for a CLAP_PATH variable, which is a list of directories formatted in the same manner as the host
OS binary search path (PATH on Unix, separated by `:` and Path on Windows, separated by ';', as
of this writing).
Each directory should be recursively searched for files and/or bundles as appropriate in your OS
ending with the extension `.clap`.
