clap

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

commit b1ae384b10358d3e9bb5212376259dcc6f4ab7a4
parent fcfe833dc2826684135a080dcc0a6deba63ecb1b
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  6 Mar 2023 17:20:26 +0100

Update ChangeLog

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -4,6 +4,14 @@ * [state.h](include/clap/ext/state.h): add basic documentation regarding what state should be saved and how plugins should interact with buffers * various documentation fixes (essentially typos) +## Draft extensions + +* [preset-load.h](include/clap/ext/draft/preset-load.h): use a location_kind + location approach instead of URI + +## Draft factories + +* [preset-discovery.h](include/clap/factory/draft/preset-discovery.h): use a location_kind + location approach instead of URI + # Changes in 1.1.7 * Add a [factory](include/clap/factory) folder for better organization and move our factories there