LMMS
Loading...
Searching...
No Matches
string-sizes.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7enum {
8 // String capacity for names that can be displayed to the user.
10
11 // String capacity for describing a path, like a parameter in a module hierarchy or path within a
12 // set of nested track groups.
13 //
14 // This is not suited for describing a file path on the disk, as NTFS allows up to 32K long
15 // paths.
17};
18
19#ifdef __cplusplus
20}
21#endif
@ CLAP_NAME_SIZE
Definition string-sizes.h:9
@ CLAP_PATH_SIZE
Definition string-sizes.h:16