clap

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

commit 9029824b5b48aff40b00cf69fa2595e4459a99e6
parent 252e9d71e3660bfa09a4ceedf05a7dd16ea06517
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 20 Dec 2023 12:02:42 +0100

Update ChangeLog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -26,6 +26,10 @@ Note: we kept the last draft factory ID in order to not break plugin already usi * [params.h](include/clap/ext/params.h): Fix incorrect function name reference * [latency.h](include/clap/ext/latency.h): Precise that the latency can only be fetched when the plugin is activated +## Conventions + +* [extension-id](conventions/extension-id.md): introduce some rules about extension ID naming. + ## Plugin Template * [plugin-template.c](src/plugin-template.c): Add exemple code for safer clap entry initialization