clap

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

commit 0b84cc2cccf4cdbaea3719f8d532e4bc002aa2b2
parent 1f488aebc5811ae162c9684281751ac669685e98
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 18 Feb 2025 11:48:45 +0100

CLAP 1.2.5

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

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,3 +1,8 @@ +# 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 +* [project-location.h](include/clap/ext/draft/project-location.h): fix typo + # Changes in 1.2.4 * [mini-curve-display.h](include/clap/ext/draft/mini-curve-display.h): new extension to let the plugin render a mini murve to be displayed in the host's mixer, eg: EQ frequency response 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 4 +#define CLAP_VERSION_REVISION 5 #define CLAP_VERSION_INIT \ { (uint32_t)CLAP_VERSION_MAJOR, (uint32_t)CLAP_VERSION_MINOR, (uint32_t)CLAP_VERSION_REVISION }