Compare commits

..

No commits in common. "2ebf7fac1cb8a47db8124a114dd913fedd0013ec" and "8fb00c1499192cdf01dce19de1f9b8dbebec4425" have entirely different histories.

2 changed files with 2 additions and 11 deletions

View File

@ -23,15 +23,6 @@
#define DISTRHO_PLUGIN_NAME "peacock-8"
#define DISTRHO_PLUGIN_URI "https://gjcp.net/plugins/peacock"
#define DISTRHO_PLUGIN_CLAP_ID "net.gjcp.peacock"
#define DISTRHO_PLUGIN_CLAP_FEATURES "instrument","synthesizer","stereo"
#define DISTRHO_PLUGIN_BRAND_ID GJCP
#define DISTRHO_PLUGIN_UNIQUE_ID Pfau
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:InstrumentPlugin"
#define DISTRHO_PLUGIN_VST_CATEGORY "Fx|Instrument"
#define DISTRHO_PLUGIN_NUM_INPUTS 0
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_IS_SYNTH 1

View File

@ -34,7 +34,7 @@ include ../dpf/Makefile.plugins.mk
SKIP_NATIVE_AUDIO_FALLBACK = true
TARGETS += jack lv2_sep vst3 clap
TARGETS += jack lv2_sep
all: $(TARGETS)