commit 7c6e51eb504bc68b5ac93d05041a4ac6b03d8953 parent 7761914ec8f409cf9bc96c4cd617543c0ee257cf Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Fri, 14 Jan 2022 09:29:19 +0100 Update clap installation path Fixes #50 Diffstat:
M | include/clap/entry.h | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -17,13 +17,16 @@ extern "C" { // // Linux // - /usr/lib/clap/ -// - To Be Defined: ~/.clap or ~/.local/lib/clap/ for user location +// - ~/.clap +// `-> ~/.local/lib/clap/ is considered, see https://github.com/free-audio/clap/issues/46 // // Windows // - %CommonFilesFolder%/CLAP/ +// - %LOCALAPPDATA%/Programs/Common/VST3/ // // MacOS // - /Library/Audio/Plug-Ins/CLAP +// - ~/Library/Audio/Plug-Ins/CLAP // // Every methods must be thread-safe. typedef struct clap_plugin_entry {