Fix offset for ui->dsp parameter changes
Closes #22 Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
33c496532e
commit
f31343119b
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ public:
|
|||
return;
|
||||
}
|
||||
|
||||
setParameterValue((uint)param, value * mult);
|
||||
setParameterValue(kModuleParameters + param, value * mult);
|
||||
}
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue