mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
don't use gain-mapping (verbose-cursor) for plugin params.
This commit is contained in:
parent
42f0142bb9
commit
b6f1eac8b0
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue