File tree Expand file tree Collapse file tree 6 files changed +25
-29
lines changed
Expand file tree Collapse file tree 6 files changed +25
-29
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929# --------------------------------------------------------------
3030# Enable all possible plugin types
3131
32+ TARGETS += clap
3233TARGETS += jack
3334TARGETS += ladspa
35+ TARGETS += lv2_sep
3436TARGETS += vst2
3537TARGETS += vst3
3638
@@ -40,12 +42,6 @@ TARGETS += dssi
4042endif
4143endif
4244
43- ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
44- TARGETS += lv2_sep
45- else
46- TARGETS += lv2_dsp
47- endif
48-
4945all : $(TARGETS )
5046
5147# --------------------------------------------------------------
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929# --------------------------------------------------------------
3030# Enable all possible plugin types
3131
32+ TARGETS += clap
3233TARGETS += jack
3334TARGETS += ladspa
35+ TARGETS += lv2_sep
3436TARGETS += vst2
3537TARGETS += vst3
3638
@@ -40,12 +42,6 @@ TARGETS += dssi
4042endif
4143endif
4244
43- ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
44- TARGETS += lv2_sep
45- else
46- TARGETS += lv2_dsp
47- endif
48-
4945all : $(TARGETS )
5046
5147# --------------------------------------------------------------
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk
2929# --------------------------------------------------------------
3030# Enable all possible plugin types
3131
32+ TARGETS += clap
3233TARGETS += jack
3334TARGETS += ladspa
35+ TARGETS += lv2_sep
3436TARGETS += vst2
3537TARGETS += vst3
3638
@@ -40,12 +42,6 @@ TARGETS += dssi
4042endif
4143endif
4244
43- ifeq ($(HAVE_CAIRO_OR_OPENGL ) ,true)
44- TARGETS += lv2_sep
45- else
46- TARGETS += lv2_dsp
47- endif
48-
4945all : $(TARGETS )
5046
5147# --------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments