Skip to content

Commit 2b1bda1

Browse files
committed
Enable clap builds
Signed-off-by: falkTX <falktx@falktx.com>
1 parent c2fcdfe commit 2b1bda1

File tree

6 files changed

+25
-29
lines changed

6 files changed

+25
-29
lines changed

plugins/AmplitudeImposer/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@
2525
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
2626
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
2727

28-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29-
#define DISTRHO_PLUGIN_NAME "Amplitude Imposr"
30-
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/ampimposer.htm"
28+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29+
#define DISTRHO_PLUGIN_NAME "Amplitude Imposr"
30+
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/ampimposer.htm"
31+
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.ampimposer"
3132

3233
#define DISTRHO_PLUGIN_HAS_UI 1
3334
#define DISTRHO_PLUGIN_IS_RT_SAFE 1
3435
#define DISTRHO_PLUGIN_NUM_INPUTS 4
3536
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
3637
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
3738

39+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "utility", "stereo"
3840
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AmplifierPlugin"
39-
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics"
41+
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics|Stereo"
4042

4143
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

plugins/AmplitudeImposer/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32+
TARGETS += clap
3233
TARGETS += jack
3334
TARGETS += ladspa
35+
TARGETS += lv2_sep
3436
TARGETS += vst2
3537
TARGETS += vst3
3638

@@ -40,12 +42,6 @@ TARGETS += dssi
4042
endif
4143
endif
4244

43-
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
44-
TARGETS += lv2_sep
45-
else
46-
TARGETS += lv2_dsp
47-
endif
48-
4945
all: $(TARGETS)
5046

5147
# --------------------------------------------------------------

plugins/CycleShifter/DistrhoPluginInfo.h

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@
2525
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
2626
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
2727

28-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29-
#define DISTRHO_PLUGIN_NAME "Cycle Shifter"
30-
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/cycleshifter.htm"
28+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29+
#define DISTRHO_PLUGIN_NAME "Cycle Shifter"
30+
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/cycleshifter.htm"
31+
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.cycleshifter"
3132

3233
#define DISTRHO_PLUGIN_HAS_UI 1
3334
#define DISTRHO_PLUGIN_IS_RT_SAFE 1
3435
#define DISTRHO_PLUGIN_NUM_INPUTS 1
3536
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1
3637
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
3738

39+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "stereo"
40+
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Stereo"
41+
3842
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

plugins/CycleShifter/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32+
TARGETS += clap
3233
TARGETS += jack
3334
TARGETS += ladspa
35+
TARGETS += lv2_sep
3436
TARGETS += vst2
3537
TARGETS += vst3
3638

@@ -40,12 +42,6 @@ TARGETS += dssi
4042
endif
4143
endif
4244

43-
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
44-
TARGETS += lv2_sep
45-
else
46-
TARGETS += lv2_dsp
47-
endif
48-
4945
all: $(TARGETS)
5046

5147
# --------------------------------------------------------------

plugins/SoulForce/DistrhoPluginInfo.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@
2525
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
2626
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
2727

28-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29-
#define DISTRHO_PLUGIN_NAME "Soul Force"
30-
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/soulforce.htm"
28+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
29+
#define DISTRHO_PLUGIN_NAME "Soul Force"
30+
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/soulforce.htm"
31+
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.soulforce"
3132

3233
#define DISTRHO_PLUGIN_HAS_UI 1
3334
#define DISTRHO_PLUGIN_IS_RT_SAFE 1
3435
#define DISTRHO_PLUGIN_NUM_INPUTS 2
3536
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
3637
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
3738

39+
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "stereo"
3840
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:WaveshaperPlugin"
39-
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion"
41+
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion|Stereo"
4042

4143
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED

plugins/SoulForce/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929
# --------------------------------------------------------------
3030
# Enable all possible plugin types
3131

32+
TARGETS += clap
3233
TARGETS += jack
3334
TARGETS += ladspa
35+
TARGETS += lv2_sep
3436
TARGETS += vst2
3537
TARGETS += vst3
3638

@@ -40,12 +42,6 @@ TARGETS += dssi
4042
endif
4143
endif
4244

43-
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
44-
TARGETS += lv2_sep
45-
else
46-
TARGETS += lv2_dsp
47-
endif
48-
4945
all: $(TARGETS)
5046

5147
# --------------------------------------------------------------

0 commit comments

Comments
 (0)