clap

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

commit db3f879b1ce1af427883d1b09bee3bda186536ee
parent c7d80d2404e3edbdd8871230e15e4fe7a3a7218c
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat,  7 Jan 2023 12:59:02 +0100

Remove reference to plugin-features and preset-features

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

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -148,7 +148,6 @@ typedef struct clap_preset_discovery_metadata_receiver { uint64_t modification_time); // Adds a feature to the preset. - // See plugin-features.h and preset-features.h // // The feature string is arbitrary, it is the indexer's job to understand it and remap it to its // internal categorization and tagging system.