From e1255f3b44fd53029cee79c543c7d1ecf16c25f2 Mon Sep 17 00:00:00 2001 From: Dalton Messmer Date: Tue, 23 Jan 2024 01:36:21 -0500 Subject: [PATCH] Fix 3BandEQ, 3BandSplitter, and PingPongPan CLAP IDs --- plugins/3BandEQ/DistrhoPluginInfo.h | 2 +- plugins/3BandSplitter/DistrhoPluginInfo.h | 2 +- plugins/PingPongPan/DistrhoPluginInfo.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/3BandEQ/DistrhoPluginInfo.h b/plugins/3BandEQ/DistrhoPluginInfo.h index 3c19b58..084bc1a 100644 --- a/plugins/3BandEQ/DistrhoPluginInfo.h +++ b/plugins/3BandEQ/DistrhoPluginInfo.h @@ -20,7 +20,7 @@ #define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_NAME "3 Band EQ" #define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/3BandEQ" -#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MVerb" +#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.3BandEQ" #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1 diff --git a/plugins/3BandSplitter/DistrhoPluginInfo.h b/plugins/3BandSplitter/DistrhoPluginInfo.h index fc66f80..a5e57f0 100644 --- a/plugins/3BandSplitter/DistrhoPluginInfo.h +++ b/plugins/3BandSplitter/DistrhoPluginInfo.h @@ -20,7 +20,7 @@ #define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_NAME "3 Band Splitter" #define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/3BandSplitter" -#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MVerb" +#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.3BandSplitter" #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1 diff --git a/plugins/PingPongPan/DistrhoPluginInfo.h b/plugins/PingPongPan/DistrhoPluginInfo.h index 4ae5c83..0a6fcf6 100644 --- a/plugins/PingPongPan/DistrhoPluginInfo.h +++ b/plugins/PingPongPan/DistrhoPluginInfo.h @@ -20,7 +20,7 @@ #define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_NAME "Ping Pong Pan" #define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/PingPongPan" -#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MVerb" +#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.PingPongPan" #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1