clap

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

commit c8c96a25540f757a3e3943bf0602c526d4d40987
parent 4bc211c76c0b78c671452022f2ffec3479c62868
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 16 Jan 2023 19:00:00 +0100

Better!

Diffstat:
Minclude/clap/factory/draft/preset-discovery.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -77,7 +77,8 @@ typedef struct clap_plugin_id { const char *abi; // The plugin ID, for example "com.u-he.Diva". - // If the ABI rely upon binary plugin ids, then they shall be hex encoded (lower case). + // If the ABI has a standard way to format the plugin id into a string then use it, + // otherwise it shall be hex encoded (lower case). const char *id; } clap_plugin_id_t;