clap

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

commit 917729f1ce56fb0c22c6682d063d266999de0146
parent a3c4ff6d9db86151354099e85a9d57049510ac68
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  6 Jun 2022 10:39:32 +0200

Merge pull request #89 from glowcoil/transport-control

Fix name of CLAP_EXT_TRANSPORT_CONTROL constant
Diffstat:
Minclude/clap/ext/draft/transport-control.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/transport-control.h b/include/clap/ext/draft/transport-control.h @@ -6,7 +6,7 @@ // The host has no obligation to execute those request, so the interface maybe // partially working. -static CLAP_CONSTEXPR const char CLAP_EXT_CV[] = "clap.transport-control.draft/0"; +static CLAP_CONSTEXPR const char CLAP_EXT_TRANSPORT_CONTROL[] = "clap.transport-control.draft/0"; #ifdef __cplusplus extern "C" {