clap

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

commit 5ee1cea69f251b2bc254ffb3a37f8bb03c8f0bce
parent 90c5cdfbf7128b9a4723af050e268859e9c7abc5
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Thu, 22 Dec 2022 10:37:08 +0100

update ChangeLog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -3,6 +3,7 @@ * CMake: update some targets to link against `clap` instead of `clap-core` * [params.h](include/clap/ext/params.h): clarify parameter range change, fix documentation typos, add missing items * [plugin.h](include/clap/plugin.h): clarify data lifetime in `process()` +* [audio-ports-config.h](include/clap/ext/audio-ports-config.h): clarify `select()`: if succeed, the host should rescan the audio ports ## Draft extensions