commit e289f33854df6cd7fbc16c8ff8bc8d684b3d9231
parent f99d7153adb01b79d71f2d5c9dadaa03195dfb97
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 27 Apr 2022 15:43:16 +0200
Specify CLAP_PATH
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/clap/entry.h b/include/clap/entry.h
@@ -23,6 +23,9 @@ extern "C" {
// - /Library/Audio/Plug-Ins/CLAP
// - ~/Library/Audio/Plug-Ins/CLAP
//
+// Additionally, extra path may be specified in CLAP_PATH environment variable.
+// CLAP_PATH is formated in the same way as the OS' binary search path (PATH on UNIX, Path on Windows).
+//
// Every methods must be thread-safe.
typedef struct clap_plugin_entry {
clap_version_t clap_version; // initialized to CLAP_VERSION