clap

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

commit 513b931c2d15f47bff48a3786e2b1722bf519c63
parent 02f616acfeed1547a0f4b52a46db8d24d7345f66
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 12 Dec 2022 15:25:53 +0100

changelog: dedicated line about quick-controls.h

Diffstat:
MChangeLog.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -8,6 +8,7 @@ * [audio-ports-activation.h](include/clap/ext/draft/audio-ports-activation.h): new draft extension which lets the host (de)activate audio ports * [context-menu.h](include/clap/ext/draft/context-menu.h): new draft extension which let the host and plugin exchange context menu entries and popup the menu * [param-indication.h](include/clap/ext/draft/param-indication.h): new draft extension which let the host inform the plugin that a parameter is currently mapped to a physical controller +* `quick-controls.h`: removed in favor of [remote-controls.h](include/clap/ext/draft/remote-controls.h) * [remote-controls.h](include/clap/ext/draft/remote-controls.h): new draft extension which replaces `quick-controls.h` * [resource-directory.h](include/clap/ext/draft/resource-directory.h): new draft extension which lets the plugin save resources in a directory provided by the host * [track-info](include/clap/ext/draft/track-info.h): refine the draft extension