[LV2] [PATCH] lv2 core: add missing macro LV2_CORE__enabled

David Robillard d at drobilla.net
Sun Feb 14 17:04:42 PST 2021


On Fri, 2021-02-12 at 07:52 +0000, Alexandros Theodotou wrote:
> ---
>  lv2/core/lv2.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h
> index 82bc7ab..783fe86 100644
> --- a/lv2/core/lv2.h
> +++ b/lv2/core/lv2.h
> @@ -105,6 +105,7 @@
>  #define LV2_CORE__default            LV2_CORE_PREFIX
> "default"             ///< http://lv2plug.in/ns/lv2core#default
>  #define LV2_CORE__designation        LV2_CORE_PREFIX
> "designation"         ///< http://lv2plug.in/ns/lv2core#designation
>  #define LV2_CORE__documentation      LV2_CORE_PREFIX
> "documentation"       ///< http://lv2plug.in/ns/lv2core#documentation
> +#define LV2_CORE__enabled            LV2_CORE_PREFIX
> "enabled"             ///< http://lv2plug.in/ns/lv2core#enabled
>  #define LV2_CORE__enumeration        LV2_CORE_PREFIX
> "enumeration"         ///< http://lv2plug.in/ns/lv2core#enumeration
>  #define LV2_CORE__extensionData      LV2_CORE_PREFIX
> "extensionData"       ///< http://lv2plug.in/ns/lv2core#extensionData
>  #define LV2_CORE__freeWheeling       LV2_CORE_PREFIX
> "freeWheeling"        ///< http://lv2plug.in/ns/lv2core#freeWheeling

Merged to master as ba34a58, thanks.

(We really should1 switch to generating these automatically...)

-- 
dr



More information about the Devel mailing list