clap

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

commit c60ec844227c855bd15b7c4397eaa23a74c2e4ac
parent b1ae384b10358d3e9bb5212376259dcc6f4ab7a4
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  6 Mar 2023 17:24:39 +0100

ChangeLog again

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -6,6 +6,8 @@ ## Draft extensions +* [extensible-audio-ports.h](include/clap/ext/draft/extensible-audio-ports.h): new extension which lets the host add ports to a plugin +* [configurable-audio-ports.h](include/clap/ext/draft/configurable-audio-ports.h): new exetension which lets the host **push** an audio ports configuration request, this leads to a simpler workflow for surround host and plugins * [preset-load.h](include/clap/ext/draft/preset-load.h): use a location_kind + location approach instead of URI ## Draft factories