clap

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

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

Apply Robbert suggestion

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

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 extension 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 allowing the host to **push** an audio ports configuration request, resulting in 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()` @@ -16,7 +16,7 @@ ## Draft factories -* [preset-discovery.h](include/clap/factory/draft/preset-discovery.h): +* [preset-discovery.h](include/clap/factory/draft/preset-discovery.h): * use a location_kind + location approach instead of URI * document which descriptor fields are optional * allow optional preset names in the metadata for non-container presets