clap

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

commit b50aad20e69d2f0587d8860959022c5b82af8052
parent 41e134f2d65696492b032fc9a6461212ec6d6505
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 19 Jan 2023 10:30:11 +0100

typo

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

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -24,7 +24,7 @@ Then to load a preset, use ext/draft/preset-load.h If the plugin do not implement preset-load (or similar extension for other plugin ABI), then call the state loading mechanism with the following content: - preset-discovery-load\0<uri>\0<load-id> + preset-discovery-load\0<uri>\0<load-key> If the method above didn't work and the preset to be loaded is a single preset file (not a preset container), then try to load the state by passing the file's content.