File tree Expand file tree Collapse file tree 10 files changed +29
-48
lines changed Expand file tree Collapse file tree 10 files changed +29
-48
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ plugins:
19
19
ifneq ($(CROSS_COMPILING ) ,true)
20
20
gen : plugins dpf/utils/lv2_ttl_generator
21
21
@$(CURDIR ) /dpf/utils/generate-ttl.sh
22
- ifeq ($(MACOS ) ,true)
23
- @$(CURDIR)/dpf/utils/generate-vst-bundles.sh
24
- endif
25
22
26
23
dpf/utils/lv2_ttl_generator :
27
24
$(MAKE ) -C dpf/utils/lv2-ttl-generator
Original file line number Diff line number Diff line change 17
17
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
18
18
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
19
19
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"
23
24
24
25
#define DISTRHO_PLUGIN_HAS_UI 0
25
26
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
26
27
#define DISTRHO_PLUGIN_NUM_INPUTS 1
27
28
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
28
29
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"
30
32
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion"
31
33
32
34
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Bitcrush example."
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
29
29
# --------------------------------------------------------------
30
30
# Enable all possible plugin types
31
31
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
39
33
40
34
# --------------------------------------------------------------
Original file line number Diff line number Diff line change 17
17
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
18
18
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
19
19
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"
23
24
24
25
#define DISTRHO_PLUGIN_HAS_UI 0
25
26
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
26
27
#define DISTRHO_PLUGIN_NUM_INPUTS 1
27
28
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1
28
29
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"
30
32
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb"
31
33
32
34
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Freeverb example."
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
29
29
# --------------------------------------------------------------
30
30
# Enable all possible plugin types
31
31
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
39
33
40
34
# --------------------------------------------------------------
Original file line number Diff line number Diff line change 17
17
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
18
18
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
19
19
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"
23
24
24
25
#define DISTRHO_PLUGIN_HAS_UI 0
25
26
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
26
27
#define DISTRHO_PLUGIN_NUM_INPUTS 2
27
28
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
28
29
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"
30
32
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb"
31
33
32
34
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Gigaverb example."
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
29
29
# --------------------------------------------------------------
30
30
# Enable all possible plugin types
31
31
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
39
33
40
34
# --------------------------------------------------------------
Original file line number Diff line number Diff line change 17
17
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
18
18
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
19
19
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"
23
24
24
25
#define DISTRHO_PLUGIN_HAS_UI 0
25
26
#define DISTRHO_PLUGIN_IS_RT_SAFE 0
26
27
#define DISTRHO_PLUGIN_NUM_INPUTS 1
27
28
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
28
29
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"
30
32
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Pitch Shift"
31
33
32
34
#define DISTRHO_PLUGIN_DESCRIPTION "Max Gen Pitchshifter example."
Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ BUILD_CXX_FLAGS += -Wno-unused-parameter
29
29
# --------------------------------------------------------------
30
30
# Enable all possible plugin types
31
31
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
39
33
40
34
# --------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments