clap

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

commit 89b761cb5f4adebc33c0abb3882f3feadbc039dc
parent 8a227eb987cbddeb4abac212909cbdc8d50555d5
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sat,  8 Mar 2025 18:33:30 +0100

CLAP 1.2.6

Diffstat:
MChangeLog.md | 4++++
Minclude/clap/version.h | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,3 +1,7 @@ +# Changes in 1.2.6 + +* [mini-curve-display.h](include/clap/ext/draft/mini-curve-display.h): third iteration, added curve stacking, curve kind and curve hints. + # Changes in 1.2.5 * [mini-curve-display.h](include/clap/ext/draft/mini-curve-display.h): second iteration, remove `host->cuve_changed()` and improve documentation diff --git a/include/clap/version.h b/include/clap/version.h @@ -22,7 +22,7 @@ typedef struct clap_version { #define CLAP_VERSION_MAJOR 1 #define CLAP_VERSION_MINOR 2 -#define CLAP_VERSION_REVISION 5 +#define CLAP_VERSION_REVISION 6 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }