13
0

don't use gain-mapping (verbose-cursor) for plugin params.

This commit is contained in:
Robin Gareus 2015-09-05 17:13:04 +02:00
parent 42f0142bb9
commit b6f1eac8b0

View File

@ -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);
}