aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-14 14:25:20 -0400
committerDavid Robillard <d@drobilla.net>2024-07-14 14:25:20 -0400
commita0232fc2dbaa50c450fcd915e8220100c57ca115 (patch)
tree7e48dd30a2eb8df72d7a4c5e00fce23d5c853f3f /include
parent7d14dd047f6db1d21fac777e5e5f6dd74c3421b7 (diff)
downloadlv2-a0232fc2dbaa50c450fcd915e8220100c57ca115.tar.xz
Add lv2:BandstopPlugin
Diffstat (limited to 'include')
-rw-r--r--include/lv2/core/lv2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lv2/core/lv2.h b/include/lv2/core/lv2.h
index b085ac5..c70a4c2 100644
--- a/include/lv2/core/lv2.h
+++ b/include/lv2/core/lv2.h
@@ -36,6 +36,7 @@
#define LV2_CORE__AnalyserPlugin LV2_CORE_PREFIX "AnalyserPlugin" ///< http://lv2plug.in/ns/lv2core#AnalyserPlugin
#define LV2_CORE__AudioPort LV2_CORE_PREFIX "AudioPort" ///< http://lv2plug.in/ns/lv2core#AudioPort
#define LV2_CORE__BandpassPlugin LV2_CORE_PREFIX "BandpassPlugin" ///< http://lv2plug.in/ns/lv2core#BandpassPlugin
+#define LV2_CORE__BandstopPlugin LV2_CORE_PREFIX "BandstopPlugin" ///< http://lv2plug.in/ns/lv2core#BandstopPlugin
#define LV2_CORE__CVPort LV2_CORE_PREFIX "CVPort" ///< http://lv2plug.in/ns/lv2core#CVPort
#define LV2_CORE__ChorusPlugin LV2_CORE_PREFIX "ChorusPlugin" ///< http://lv2plug.in/ns/lv2core#ChorusPlugin
#define LV2_CORE__CombPlugin LV2_CORE_PREFIX "CombPlugin" ///< http://lv2plug.in/ns/lv2core#CombPlugin