aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdaRoundPan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdaRoundPan.cpp')
-rw-r--r--src/mdaRoundPan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaRoundPan.cpp b/src/mdaRoundPan.cpp
index b99f68c..8530fbf 100644
--- a/src/mdaRoundPan.cpp
+++ b/src/mdaRoundPan.cpp
@@ -21,7 +21,7 @@ mdaRoundPan::mdaRoundPan(audioMasterCallback audioMaster) : AudioEffectX(audioMa
setNumInputs(2);
setNumOutputs(2);
- setUniqueID("mdaP"); // identify here
+ setUniqueID("mdaRoundPan"); // identify here
DECLARE_LVZ_DEPRECATED(canMono) ();
canProcessReplacing();
strcpy(programName, "Round Panner");