clap

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

commit 118da80c4433e1c2132c8eca2e1744bdd44ec5c2
parent 289ea6ece57d6f1da31a913cc3db6ae220677b2e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 13 Dec 2022 09:00:18 +0100

Better changelog entry from baconpaul!

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -7,7 +7,7 @@ ### New -* [audio-ports-activation.h](include/clap/ext/draft/audio-ports-activation.h): new draft extension which lets the host (de)activate audio ports +* [audio-ports-activation.h](include/clap/ext/draft/audio-ports-activation.h): new draft extension which allows a host to inform a plugin whether an audio port is an active port in the host audio context, and allow the host to respond accordingly * [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 * [remote-controls.h](include/clap/ext/draft/remote-controls.h): new draft extension which replaces `quick-controls.h`