diff --git a/dpf b/dpf index 1aa5892..57fcfca 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 1aa5892a13d7797935964443ae7dda6e08c470cd +Subproject commit 57fcfcaf07f8dced0f643aff46bd0d3bb1b0b476 diff --git a/plugins/glBars/DistrhoPluginInfo.h b/plugins/glBars/DistrhoPluginInfo.h index 3e85b65..2bd321e 100644 --- a/plugins/glBars/DistrhoPluginInfo.h +++ b/plugins/glBars/DistrhoPluginInfo.h @@ -21,14 +21,16 @@ #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED #define DISTRHO_PLUGIN_INFO_H_INCLUDED -#define DISTRHO_PLUGIN_BRAND "DISTRHO" -#define DISTRHO_PLUGIN_NAME "glBars" -#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars" +#define DISTRHO_PLUGIN_BRAND "DISTRHO" +#define DISTRHO_PLUGIN_NAME "glBars" +#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars" +#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.glBars" #define DISTRHO_PLUGIN_HAS_UI 1 #define DISTRHO_PLUGIN_NUM_INPUTS 1 #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 #define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1 +#define DISTRHO_PLUGIN_CLAP_FEATURES "analyzer", "stereo" #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin" #define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer" #define DISTRHO_UI_USER_RESIZABLE 1 diff --git a/plugins/glBars/Makefile b/plugins/glBars/Makefile index 65b7106..8be2bb2 100644 --- a/plugins/glBars/Makefile +++ b/plugins/glBars/Makefile @@ -32,7 +32,7 @@ LINK_FLAGS += -lpthread # -------------------------------------------------------------- # Enable all possible plugin types -TARGETS = jack lv2 vst2 vst3 +TARGETS = jack lv2 vst2 vst3 clap all: $(TARGETS)