clap

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

commit 67bca53d0f7efa65c3ae14cf8c61562d25be7956
parent 3b9029b1af03b18d0c52696d812065fd7d4c42fd
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  2 Jan 2023 09:44:00 +0100

Make it draft

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

diff --git a/include/clap/preset-discovery.h b/include/clap/preset-discovery.h @@ -41,7 +41,7 @@ extern "C" { // Use it to retrieve const struct clap_preset_discovery_factory* from // clap_plugin_entry.get_factory() static const CLAP_CONSTEXPR char CLAP_PRESET_DISCOVERY_FACTORY_ID[] = - "clap.preset-discovery-factory"; + "clap.preset-discovery-factory/draft-0"; /** Receiver that receives the metadata for a single preset file. * The host would define the various callbacks in this interface and the preset parser function