Skip to content

Commit

Permalink
Custom URI for MOD convolver build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 23, 2022
1 parent 97a3057 commit 9970eed
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/ConvolutionReverb/DistrhoPluginInfo.h
Expand Up @@ -19,9 +19,14 @@
#include "OneKnobPluginInfo.h"

#define DISTRHO_PLUGIN_NAME "OneKnob Convolution Reverb"
#define DISTRHO_PLUGIN_URI "https://distrho.kx.studio/plugins/oneknob#ConvolutionReverb"
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.oneknob.ConvolutionReverb"

#ifdef __MOD_DEVICES__
#define DISTRHO_PLUGIN_URI "https://mod.audio/plugins/ConvolutionReverb"
#else
#define DISTRHO_PLUGIN_URI "https://distrho.kx.studio/plugins/oneknob#ConvolutionReverb"
#endif

#define DISTRHO_PLUGIN_CLAP_FEATURES "audio-effect", "reverb", "stereo"
#define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:ReverbPlugin"
#define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Reverb|Stereo"
Expand Down

0 comments on commit 9970eed

Please sign in to comment.