clap

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

commit 1553a233ac207e15a6dcbfcd5185b8eae159e5c7
parent bd62a2949498805ea371f32364fcf9f6eda96769
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 20 Dec 2023 11:32:38 +0100

Update ChangeLog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,3 +1,28 @@ +# Changes in 1.2.0 + +## Stabilize extensions + +* `CLAP_EXT_AUDIO_PORTS_ACTIVATION` +* `CLAP_EXT_CONFIGURABLE_AUDIO_PORTS` +* `CLAP_EXT_CONTEXT_MENU` +* `CLAP_EXT_PARAM_INDICATION` +* `CLAP_EXT_PRESET_LOAD` +* `CLAP_EXT_REMOTE_CONTROLS` +* `CLAP_EXT_STATE_CONTEXT` +* `CLAP_EXT_SURROUND` +* `CLAP_EXT_TRACK_INFO` + +Note: we kept the last draft extension ID in order to not break plugin already using it. + +## Stabilize factory +* `CLAP_PRESET_DISCOVERY_FACTORY_ID` + +Note: we kept the last draft factory ID in order to not break plugin already using it. + +## Documentation + +* [events.h](include/clap/events.h): Clarify how "Port Channel Key NoteID" matching works + # Changes in 1.1.11 * [latency.h](include/clap/ext/latency.h): require the plugin to be activated to get the latency