clap

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

commit 8f5a00d21db4041eb17e699fe985ee441d66d3f4
parent c8c96a25540f757a3e3943bf0602c526d4d40987
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 16 Jan 2023 19:03:48 +0100

Revert "Better!"

This reverts commit c8c96a25540f757a3e3943bf0602c526d4d40987.

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

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -77,8 +77,7 @@ typedef struct clap_plugin_id { const char *abi; // The plugin ID, for example "com.u-he.Diva". - // 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). + // If the ABI rely upon binary plugin ids, then they shall be hex encoded (lower case). const char *id; } clap_plugin_id_t;