aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaDither.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaDither.cpp')
-rw-r--r--src/mdaDither.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaDither.cpp b/src/mdaDither.cpp
index 85ecb83..03a2e09 100644
--- a/src/mdaDither.cpp
+++ b/src/mdaDither.cpp
@@ -23,7 +23,7 @@ mdaDither::mdaDither(audioMasterCallback audioMaster) : AudioEffectX(audioMaster
setNumInputs(2);
setNumOutputs(2);
- setUniqueID("mdad"); // identify here
+ setUniqueID("mdaDither"); // identify here
DECLARE_LVZ_DEPRECATED(canMono) ();
canProcessReplacing();
strcpy(programName, "Dither & Noise Shaping");