clap

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

commit 41e134f2d65696492b032fc9a6461212ec6d6505
parent 0c9e29b8316cbd5d1c7850f3bf075f06cad9ccb1
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 19 Jan 2023 09:16:57 +0100

doc.

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 @@ -23,7 +23,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 it should call the state loading mechanism with the following content: + then call the state loading mechanism with the following content: preset-discovery-load\0<uri>\0<load-id> 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.