clap

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

commit ab2e93838a9f1b5c007474d818923471261baaa0
parent af7f4faec319a1fc091e9ecabe9e2c5ece65373e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 10 Mar 2023 09:20:12 +0100

Update ChangeLog.md

Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Diffstat:
MChangeLog.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -7,7 +7,7 @@ ## 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 +* [configurable-audio-ports.h](include/clap/ext/draft/configurable-audio-ports.h): new extension which lets the host **push** an audio ports configuration request, this leads to a simpler workflow for surround host and plugins * [surround.h](include/clap/ext/draft/surround.h): * remove `get_preferred_channel_map()` in favor of the push approach via [configurable-audio-ports.h](include/clap/ext/draft/configurable-audio-ports.h) * remove `config_id` argument from `get_info()`