Skip to content

Commit 51e92c0

Browse files
committed
Update dpf, enable clap
Signed-off-by: falkTX <falktx@falktx.com>
1 parent e386aeb commit 51e92c0

File tree

10 files changed

+29
-48
lines changed

10 files changed

+29
-48
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ plugins:
1919
ifneq ($(CROSS_COMPILING),true)
2020
gen: plugins dpf/utils/lv2_ttl_generator
2121
@$(CURDIR)/dpf/utils/generate-ttl.sh
22-
ifeq ($(MACOS),true)
23-
@$(CURDIR)/dpf/utils/generate-vst-bundles.sh
24-
endif
2522

2623
dpf/utils/lv2_ttl_generator:
2724
$(MAKE) -C dpf/utils/lv2-ttl-generator

dpf

Submodule dpf updated 134 files

plugins/bitcrush/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@
1717
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
1818
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
1919

20-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21-
#define DISTRHO_PLUGIN_NAME "MaBitcrush"
22-
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaBitcrush"
20+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21+
#define DISTRHO_PLUGIN_NAME "MaBitcrush"
22+
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaBitcrush"
23+
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MaBitcrush"
2324

2425
#define DISTRHO_PLUGIN_HAS_UI 0
2526
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
2627
#define DISTRHO_PLUGIN_NUM_INPUTS 1
2728
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
2829

29-
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:DistortionPlugin"
30+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "stereo"
31+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:DistortionPlugin"
3032
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion"
3133

3234
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Bitcrush example."

plugins/bitcrush/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32-
TARGETS += jack
33-
TARGETS += ladspa
34-
TARGETS += lv2_dsp
35-
TARGETS += vst2
36-
TARGETS += vst3
37-
38-
all: $(TARGETS)
32+
all: jack ladspa lv2_dsp vst2 vst3 clap
3933

4034
# --------------------------------------------------------------

plugins/freeverb/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@
1717
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
1818
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
1919

20-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21-
#define DISTRHO_PLUGIN_NAME "MaFreeverb"
22-
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaFreeverb"
20+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21+
#define DISTRHO_PLUGIN_NAME "MaFreeverb"
22+
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaFreeverb"
23+
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MaFreeverb"
2324

2425
#define DISTRHO_PLUGIN_HAS_UI 0
2526
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
2627
#define DISTRHO_PLUGIN_NUM_INPUTS 1
2728
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1
2829

29-
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
30+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"
31+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
3032
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb"
3133

3234
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Freeverb example."

plugins/freeverb/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32-
TARGETS += jack
33-
TARGETS += ladspa
34-
TARGETS += lv2_dsp
35-
TARGETS += vst2
36-
TARGETS += vst3
37-
38-
all: $(TARGETS)
32+
all: jack ladspa lv2_dsp vst2 vst3 clap
3933

4034
# --------------------------------------------------------------

plugins/gigaverb/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@
1717
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
1818
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
1919

20-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21-
#define DISTRHO_PLUGIN_NAME "MaGigaverb"
22-
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaGigaverb"
20+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21+
#define DISTRHO_PLUGIN_NAME "MaGigaverb"
22+
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaGigaverb"
23+
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MaGigaverb"
2324

2425
#define DISTRHO_PLUGIN_HAS_UI 0
2526
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
2627
#define DISTRHO_PLUGIN_NUM_INPUTS 2
2728
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
2829

29-
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
30+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"
31+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
3032
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb"
3133

3234
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Gigaverb example."

plugins/gigaverb/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32-
TARGETS += jack
33-
TARGETS += ladspa
34-
TARGETS += lv2_dsp
35-
TARGETS += vst2
36-
TARGETS += vst3
37-
38-
all: $(TARGETS)
32+
all: jack ladspa lv2_dsp vst2 vst3 clap
3933

4034
# --------------------------------------------------------------

plugins/pitchshift/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,18 @@
1717
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
1818
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
1919

20-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21-
#define DISTRHO_PLUGIN_NAME "MaPitchshift"
22-
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaPitchshift"
20+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
21+
#define DISTRHO_PLUGIN_NAME "MaPitchshift"
22+
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/MaPitchshift"
23+
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.MaPitchshift"
2324

2425
#define DISTRHO_PLUGIN_HAS_UI 0
2526
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
2627
#define DISTRHO_PLUGIN_NUM_INPUTS 1
2728
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
2829

29-
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:PitchPlugin"
30+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "pitch-shifter", "stereo"
31+
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:PitchPlugin"
3032
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Pitch Shift"
3133

3234
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Pitchshifter example."

plugins/pitchshift/Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32-
TARGETS += jack
33-
TARGETS += ladspa
34-
TARGETS += lv2_dsp
35-
TARGETS += vst2
36-
TARGETS += vst3
37-
38-
all: $(TARGETS)
32+
all: jack ladspa lv2_dsp vst2 vst3 clap
3933

4034
# --------------------------------------------------------------

0 commit comments

Comments
 (0)