File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2121#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
2222#define DISTRHO_PLUGIN_INFO_H_INCLUDED
2323
24- #define DISTRHO_PLUGIN_BRAND "DISTRHO"
25- #define DISTRHO_PLUGIN_NAME "glBars"
26- #define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars"
24+ #define DISTRHO_PLUGIN_BRAND "DISTRHO"
25+ #define DISTRHO_PLUGIN_NAME "glBars"
26+ #define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/glBars"
27+ #define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.glBars"
2728
2829#define DISTRHO_PLUGIN_HAS_UI 1
2930#define DISTRHO_PLUGIN_NUM_INPUTS 1
3031#define DISTRHO_PLUGIN_NUM_OUTPUTS 1
3132#define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1
33+ #define DISTRHO_PLUGIN_CLAP_FEATURES "analyzer", "stereo"
3234#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin"
3335#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer"
3436#define DISTRHO_UI_USER_RESIZABLE 1
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ LINK_FLAGS += -lpthread
3232# --------------------------------------------------------------
3333# Enable all possible plugin types
3434
35- TARGETS = jack lv2 vst2 vst3
35+ TARGETS = jack lv2 vst2 vst3 clap
3636
3737all : $(TARGETS )
3838
You can’t perform that action at this time.
0 commit comments