commit b902efa94e7a069dc1576617ebd74d2310746bd4 parent 96bb9086261a1cdcd74d498c67949796220f660a Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Tue, 4 Jan 2022 19:09:29 +0100 Specify where to install the plugins Diffstat:
M | include/clap/entry.h | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -13,6 +13,18 @@ extern "C" { // This interface is the entry point of the dynamic library. // +// CLAP plugins standard search path: +// +// Linux +// - /usr/lib/clap/ +// - To Be Defined: ~/.clap or ~/.local/lib/clap/ for user location +// +// Windows +// - %CommonFilesFolder%/CLAP/ +// +// MacOS +// - /Library/Audio/Plug-Ins/CLAP +// // Every methods must be thread-safe. typedef struct clap_plugin_entry { clap_version_t clap_version; // initialized to CLAP_VERSION