Browse Source

Fix 3BandEQ, 3BandSplitter, and PingPongPan CLAP IDs

pull/26/head
Dalton Messmer 1 year ago
parent
commit
e1255f3b44
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      plugins/3BandEQ/DistrhoPluginInfo.h
  2. +1
    -1
      plugins/3BandSplitter/DistrhoPluginInfo.h
  3. +1
    -1
      plugins/PingPongPan/DistrhoPluginInfo.h

+ 1
- 1
plugins/3BandEQ/DistrhoPluginInfo.h View File

@@ -20,7 +20,7 @@
#define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "3 Band EQ" #define DISTRHO_PLUGIN_NAME "3 Band EQ"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/3BandEQ" #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_HAS_UI 1
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1


+ 1
- 1
plugins/3BandSplitter/DistrhoPluginInfo.h View File

@@ -20,7 +20,7 @@
#define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "3 Band Splitter" #define DISTRHO_PLUGIN_NAME "3 Band Splitter"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/3BandSplitter" #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_HAS_UI 1
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1


+ 1
- 1
plugins/PingPongPan/DistrhoPluginInfo.h View File

@@ -20,7 +20,7 @@
#define DISTRHO_PLUGIN_BRAND "DISTRHO" #define DISTRHO_PLUGIN_BRAND "DISTRHO"
#define DISTRHO_PLUGIN_NAME "Ping Pong Pan" #define DISTRHO_PLUGIN_NAME "Ping Pong Pan"
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/PingPongPan" #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_HAS_UI 1
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 #define DISTRHO_PLUGIN_IS_RT_SAFE 1


Loading…
Cancel
Save