clap

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

commit efc6c607fba8371255e989b3ba2571eca24f6e65
parent 8b055b924f7eb8d6782b53033e8f43a65bb8b98c
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  5 Feb 2025 16:40:15 +0100

update changelog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,3 +1,10 @@ +# Changes in 1.2.4 + +* [mini-curve-display.h](include/clap/ext/draft/mini-curve-display.h): new extension to let the plugin render a mini murve to be displayed in the host's mixer, eg: EQ frequency response +* [project-location.h](include/clap/ext/draft/project-location.h): rename the extension and second iteration on the interface +* [surround.h](include/clap/ext/surround.h): add `CLAP_SURROUND_TSL`, `CLAP_SURROUND_TSR`, and improve documentation +* [thread-check.h](include/clap/ext/thread-check.h): adjust documentation + # Changes in 1.2.3 ## New draft extensions