clap

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

commit 1d270e27e7326a73e3582a47923b4f14eab65065
parent 6fc01a2b25b03f071ee0a49d86e244e9a9acabd2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon, 18 Nov 2024 18:42:37 +0100

Update ChangeLog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,3 +1,21 @@ +# Changes in 1.2.3 + +## New draft extensions + +* [scratch-memory](include/clap/ext/draft/scratch-memory.h): host provided scratch memory within the process call +* [location](include/clap/ext/draft/location.h): better info about the plugin location within the project +* [gain-adjustment-metering](include/clap/ext/draft/gain-adjustment-metering.h): gain reduction feedback + +## Documention + +* [events.h](include/clap/events.h): clarify sysex lifetime +* [host.h](include/clap/host.h): clarify `request_callback()` +* [ambisonic.h](include/clap/ext/ambisonic.h): remove bad comment + +## Fixes + +* [plugin-template.c](src/plugin-template.c): fix bad assertion + # Changes in 1.2.2 * [thread-check.h](include/clap/ext/thread-check.h): expand the thread-doc to clarify and expand realtime