commit 939278819c136c29029d59941b55b12ecc048bad parent 1553a233ac207e15a6dcbfcd5185b8eae159e5c7 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 20 Dec 2023 11:39:02 +0100 ChangeLog update Diffstat:
M | ChangeLog.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md @@ -22,6 +22,13 @@ Note: we kept the last draft factory ID in order to not break plugin already usi ## Documentation * [events.h](include/clap/events.h): Clarify how "Port Channel Key NoteID" matching works +* [plugin.h](include/clap/plugin.h): Style cleanup +* [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 + +## Plugin Template + +* [plugin-template.c](src/plugin-template.c): Add exemple code for safer clap entry initialization # Changes in 1.1.11