@@ -25,9 +25,10 @@ | |||||
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_INFO_H_INCLUDED | #define DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Amplitude Imposr" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/ampimposer.htm" | |||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Amplitude Imposr" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/ampimposer.htm" | |||||
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.ampimposer" | |||||
#define DISTRHO_PLUGIN_HAS_UI 1 | #define DISTRHO_PLUGIN_HAS_UI 1 | ||||
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 | #define DISTRHO_PLUGIN_IS_RT_SAFE 1 | ||||
@@ -35,7 +36,8 @@ | |||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2 | #define DISTRHO_PLUGIN_NUM_OUTPUTS 2 | ||||
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | #define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | ||||
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "utility", "stereo" | |||||
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AmplifierPlugin" | #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AmplifierPlugin" | ||||
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics" | |||||
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Dynamics|Stereo" | |||||
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED | #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Enable all possible plugin types | # Enable all possible plugin types | ||||
TARGETS += clap | |||||
TARGETS += jack | TARGETS += jack | ||||
TARGETS += ladspa | TARGETS += ladspa | ||||
TARGETS += lv2_sep | |||||
TARGETS += vst2 | TARGETS += vst2 | ||||
TARGETS += vst3 | TARGETS += vst3 | ||||
@@ -40,12 +42,6 @@ TARGETS += dssi | |||||
endif | endif | ||||
endif | endif | ||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true) | |||||
TARGETS += lv2_sep | |||||
else | |||||
TARGETS += lv2_dsp | |||||
endif | |||||
all: $(TARGETS) | all: $(TARGETS) | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- |
@@ -25,9 +25,10 @@ | |||||
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_INFO_H_INCLUDED | #define DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Cycle Shifter" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/cycleshifter.htm" | |||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Cycle Shifter" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/cycleshifter.htm" | |||||
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.cycleshifter" | |||||
#define DISTRHO_PLUGIN_HAS_UI 1 | #define DISTRHO_PLUGIN_HAS_UI 1 | ||||
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 | #define DISTRHO_PLUGIN_IS_RT_SAFE 1 | ||||
@@ -35,4 +36,7 @@ | |||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 1 | #define DISTRHO_PLUGIN_NUM_OUTPUTS 1 | ||||
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | #define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | ||||
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "stereo" | |||||
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Stereo" | |||||
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED | #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Enable all possible plugin types | # Enable all possible plugin types | ||||
TARGETS += clap | |||||
TARGETS += jack | TARGETS += jack | ||||
TARGETS += ladspa | TARGETS += ladspa | ||||
TARGETS += lv2_sep | |||||
TARGETS += vst2 | TARGETS += vst2 | ||||
TARGETS += vst3 | TARGETS += vst3 | ||||
@@ -40,12 +42,6 @@ TARGETS += dssi | |||||
endif | endif | ||||
endif | endif | ||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true) | |||||
TARGETS += lv2_sep | |||||
else | |||||
TARGETS += lv2_dsp | |||||
endif | |||||
all: $(TARGETS) | all: $(TARGETS) | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- |
@@ -25,9 +25,10 @@ | |||||
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_INFO_H_INCLUDED | #define DISTRHO_PLUGIN_INFO_H_INCLUDED | ||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Soul Force" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/soulforce.htm" | |||||
#define DISTRHO_PLUGIN_BRAND "DISTRHO" | |||||
#define DISTRHO_PLUGIN_NAME "Soul Force" | |||||
#define DISTRHO_PLUGIN_URI "http://www.niallmoody.com/ndcplugs/soulforce.htm" | |||||
#define DISTRHO_PLUGIN_CLAP_ID "niallmoody.ndcplugs.soulforce" | |||||
#define DISTRHO_PLUGIN_HAS_UI 1 | #define DISTRHO_PLUGIN_HAS_UI 1 | ||||
#define DISTRHO_PLUGIN_IS_RT_SAFE 1 | #define DISTRHO_PLUGIN_IS_RT_SAFE 1 | ||||
@@ -35,7 +36,8 @@ | |||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2 | #define DISTRHO_PLUGIN_NUM_OUTPUTS 2 | ||||
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | #define DISTRHO_PLUGIN_WANT_PROGRAMS 1 | ||||
#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "distortion", "stereo" | |||||
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:WaveshaperPlugin" | #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:WaveshaperPlugin" | ||||
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion" | |||||
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Distortion|Stereo" | |||||
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED | #endif // DISTRHO_PLUGIN_INFO_H_INCLUDED |
@@ -29,8 +29,10 @@ include ../../dpf/Makefile.plugins.mk | |||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- | ||||
# Enable all possible plugin types | # Enable all possible plugin types | ||||
TARGETS += clap | |||||
TARGETS += jack | TARGETS += jack | ||||
TARGETS += ladspa | TARGETS += ladspa | ||||
TARGETS += lv2_sep | |||||
TARGETS += vst2 | TARGETS += vst2 | ||||
TARGETS += vst3 | TARGETS += vst3 | ||||
@@ -40,12 +42,6 @@ TARGETS += dssi | |||||
endif | endif | ||||
endif | endif | ||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true) | |||||
TARGETS += lv2_sep | |||||
else | |||||
TARGETS += lv2_dsp | |||||
endif | |||||
all: $(TARGETS) | all: $(TARGETS) | ||||
# -------------------------------------------------------------- | # -------------------------------------------------------------- |