Replies: 3 comments 33 replies
-
As described in my latest KVR Post, recursive scanning is necessary (though the spec currently fails to outline this), because some plugins install into subdirectories: ~$ ls .clap/*
.clap/u-he:
ACE.64.clap
Diva.64.clap
Hive.64.clap
MFM2.64.clap Useful clarification would include whether "hidden" subdirectories can be omitted from scanning, e.g. |
Beta Was this translation helpful? Give feedback.
-
I'm against modifying I think the right approach is:
What do you think? |
Beta Was this translation helpful? Give feedback.
-
If I may ask regarding bundles: a fair bit ago, I asked on KVR about whether CLAP can support bundles in VST3's fashion; Could one install a file structure like this in a CLAP folder and expect it to work on windows and linux OS?
|
Beta Was this translation helpful? Give feedback.
-
I suggest two clarifications to the language in
entry.h
following the conversation here.https://www.kvraudio.com/forum/viewtopic.php?t=583188&sid=2b626a18c4f414326a0a845c078b0091
The current 1.0.2 language is
this language could be improved in several ways
1: The concept of 'extra path as os path' is clear to people who know how an OS path works, but not clear to others.
2: It is unclear, and therefore ambiguous, whether a host should search a directory recursively or whether it should simply look in a member of the
CLAP_PATH
. I am proposing that we imply a recursive search down each member of the PATH, but we can adjust the language3: It is unclear what responsibility a plugin installer has if it chooses to install in a non-standard location. I suggest that we encourage such installers to update CLAP_PATH if the install location is not already in CLAP_PATH.
Therefore I suggest this language become
Beta Was this translation helpful? Give feedback.
All reactions