Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename convolver to MOD-ConvolutionLoader for MOD
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Nov 25, 2022
1 parent 4caaf2c commit 5867b61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/ConvolutionReverb/DistrhoPluginInfo.h
Expand Up @@ -18,11 +18,11 @@

#include "OneKnobPluginInfo.h"

#define DISTRHO_PLUGIN_NAME "OneKnob Convolution Reverb"
#define DISTRHO_PLUGIN_NAME "OneKnob Convolution Loader"
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.oneknob.ConvolutionReverb"

#ifdef __MOD_DEVICES__
#define DISTRHO_PLUGIN_URI "https://mod.audio/plugins/ConvolutionReverb"
#define DISTRHO_PLUGIN_URI "https://mod.audio/plugins/ConvolutionLoader"
#else
#define DISTRHO_PLUGIN_URI "https://distrho.kx.studio/plugins/oneknob#ConvolutionReverb"
#endif
Expand Down
4 changes: 4 additions & 0 deletions plugins/ConvolutionReverb/Makefile
Expand Up @@ -7,7 +7,11 @@
# --------------------------------------------------------------
# Project name, used for binaries

ifeq ($(MOD_BUILD),true)
NAME = MOD-ConvolutionLoader
else
NAME = OK-ConvolutionReverb
endif

# --------------------------------------------------------------
# Files to build
Expand Down

0 comments on commit 5867b61

Please sign in to comment.