[LV2] [PATCH] fix typo, add missing lv2:isSideChain define macro
Alexandros Theodotou
alex at zrythm.org
Tue Feb 16 02:02:43 PST 2021
---
lv2/atom/forge.h | 2 +-
lv2/core/lv2.h | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lv2/atom/forge.h b/lv2/atom/forge.h
index 714df7e..74efdd6 100644
--- a/lv2/atom/forge.h
+++ b/lv2/atom/forge.h
@@ -27,7 +27,7 @@
must be popped when the container is finished.
All output is written to a user-provided buffer or sink function. This
- makes it popssible to create create atoms on the stack, on the heap, in LV2
+ makes it popssible to create atoms on the stack, on the heap, in LV2
port buffers, in a ringbuffer, or elsewhere, all using the same API.
This entire API is realtime safe if used with a buffer or a realtime safe
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h
index 783fe86..90c3e3a 100644
--- a/lv2/core/lv2.h
+++ b/lv2/core/lv2.h
@@ -114,6 +114,7 @@
#define LV2_CORE__index LV2_CORE_PREFIX "index" ///< http://lv2plug.in/ns/lv2core#index
#define LV2_CORE__integer LV2_CORE_PREFIX "integer" ///< http://lv2plug.in/ns/lv2core#integer
#define LV2_CORE__isLive LV2_CORE_PREFIX "isLive" ///< http://lv2plug.in/ns/lv2core#isLive
+#define LV2_CORE__isSideChain LV2_CORE_PREFIX "isSideChain" ///< http://lv2plug.in/ns/lv2core#isSideChain
#define LV2_CORE__latency LV2_CORE_PREFIX "latency" ///< http://lv2plug.in/ns/lv2core#latency
#define LV2_CORE__maximum LV2_CORE_PREFIX "maximum" ///< http://lv2plug.in/ns/lv2core#maximum
#define LV2_CORE__microVersion LV2_CORE_PREFIX "microVersion" ///< http://lv2plug.in/ns/lv2core#microVersion
--
2.30.0
More information about the Devel
mailing list