[LV2] [PATCH] lv2 core: add missing macro LV2_CORE__enabled
Alexandros Theodotou
alex at zrythm.org
Thu Feb 11 23:52:56 PST 2021
---
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
--
2.30.0
More information about the Devel
mailing list