clap

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

commit 56e73f24ec003c1ac065bad53e526db5c5f9e4bd
parent b5c61830aeb9348db45b9b626d77e3fc4ea26bc0
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 27 May 2022 12:00:32 +0200

Doc.

Diffstat:
Minclude/clap/string-sizes.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/clap/string-sizes.h b/include/clap/string-sizes.h @@ -11,6 +11,9 @@ enum { // String capacity for describing a path, like a parameter in a module hierarchy or path within a // set of nested track groups. + // + // This is not suited for describing a file path on the disk, as NTFS allows up to 32K long + // paths. CLAP_PATH_SIZE = 1024, };