clap

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

commit baeb35b15be429a0c49ce054dc46ff4634b874a7
parent ab70e9889832bfa2769cae4086530153b2f39096
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 28 Jun 2022 16:38:58 +0200

Update changelog

Diffstat:
MChangeLog.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -3,7 +3,7 @@ * [plugin.h](include/clap/plugin.h): fix an inconsistency in `clap_plugin->destroy()` documentation: it is now **required** to deactivate the plugin before destroying it. * [params.h](include/clap/ext/params.h): improve documentation for `clap_host_params->request_flush()`. -* [entry.h](include/clap/entry.h): improve documentation regarding CLAP search path. +* [entry.h](include/clap/entry.h): improve documentation regarding `init()`, `deinit()` and CLAP search path. * [gui.h](inclued/clap/gui.h): fix typo `clap_gui_resize_hints.preserve_aspect_ratio` * [plugin-template](src/plugin-template.c): missing impl of plugin destroy. * various documentation improvements