don't use gain-mapping (verbose-cursor) for plugin params.
This commit is contained in:
parent
42f0142bb9
commit
b6f1eac8b0
@ -120,8 +120,7 @@ AutomationLine::AutomationLine (const string& name,
|
||||
|
||||
if (alist->parameter().type() == GainAutomation ||
|
||||
alist->parameter().type() == TrimAutomation ||
|
||||
alist->parameter().type() == EnvelopeAutomation ||
|
||||
desc.unit == ParameterDescriptor::DB) {
|
||||
alist->parameter().type() == EnvelopeAutomation) {
|
||||
set_uses_gain_mapping (true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user