diff options
author | David Robillard <d@drobilla.net> | 2013-01-13 21:59:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-13 21:59:21 +0000 |
commit | f226c11a22152f4f3dfb036d670c3e6656f069ac (patch) | |
tree | 5bfe92dcdd158cfe9d4671460e797b55ed8c90ad /lv2/lv2plug.in/ns | |
parent | 738d6d7151628dabb8b051610513986c5f48ebdf (diff) | |
download | lv2-f226c11a22152f4f3dfb036d670c3e6656f069ac.tar.xz |
Add missing lv2:EnvelopePlugin define.
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index a63aead..fb4df4d 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -48,6 +48,7 @@ #define LV2_CORE__DistortionPlugin LV2_CORE_PREFIX "DistortionPlugin" #define LV2_CORE__DynamicsPlugin LV2_CORE_PREFIX "DynamicsPlugin" #define LV2_CORE__EQPlugin LV2_CORE_PREFIX "EQPlugin" +#define LV2_CORE__EnvelopePlugin LV2_CORE_PREFIX "EnvelopePlugin" #define LV2_CORE__ExpanderPlugin LV2_CORE_PREFIX "ExpanderPlugin" #define LV2_CORE__ExtensionData LV2_CORE_PREFIX "ExtensionData" #define LV2_CORE__Feature LV2_CORE_PREFIX "Feature" |