Skip to content

Commit 5867b61

Browse files
committed
Rename convolver to MOD-ConvolutionLoader for MOD
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 4caaf2c commit 5867b61

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

plugins/ConvolutionReverb/DistrhoPluginInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
#include "OneKnobPluginInfo.h"
2020

21-
#define DISTRHO_PLUGIN_NAME "OneKnob Convolution Reverb"
21+
#define DISTRHO_PLUGIN_NAME "OneKnob Convolution Loader"
2222
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.oneknob.ConvolutionReverb"
2323

2424
#ifdef __MOD_DEVICES__
25-
#define DISTRHO_PLUGIN_URI "https://mod.audio/plugins/ConvolutionReverb"
25+
#define DISTRHO_PLUGIN_URI "https://mod.audio/plugins/ConvolutionLoader"
2626
#else
2727
#define DISTRHO_PLUGIN_URI "https://distrho.kx.studio/plugins/oneknob#ConvolutionReverb"
2828
#endif

plugins/ConvolutionReverb/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
# --------------------------------------------------------------
88
# Project name, used for binaries
99

10+
ifeq ($(MOD_BUILD),true)
11+
NAME = MOD-ConvolutionLoader
12+
else
1013
NAME = OK-ConvolutionReverb
14+
endif
1115

1216
# --------------------------------------------------------------
1317
# Files to build

0 commit comments

Comments
 (0)