Skip to content

Commit 51d688c

Browse files
committed
Update dpf and enable clap
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 8cb8ba6 commit 51d688c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

dpf

Submodule dpf updated 134 files

plugins/glBars/DistrhoPluginInfo.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@
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

plugins/glBars/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3737
all: $(TARGETS)
3838

0 commit comments

Comments
 (0)