clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 2e7aa67c4d41877366334da2c255b2b85dfac635
parent 5d7484ebf93835755041a8f000bd32a1ddb914b5
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue,  8 Mar 2022 09:58:18 +0100

Settle for ~/.clap on Linux

Fixes #46

Diffstat:
Minclude/clap/entry.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -12,9 +12,8 @@ extern "C" { // CLAP plugins standard search path: // // Linux -// - /usr/lib/clap/ // - ~/.clap -// `-> ~/.local/lib/clap/ is considered, see https://github.com/free-audio/clap/issues/46 +// - /usr/lib/clap // // Windows // - %CommonFilesFolder%/CLAP/