diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index 21343ef010..cd19b6c74d 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -210,6 +210,7 @@ AutomationLine::get_uses_gain_mapping () const case BusSendLevel: case EnvelopeAutomation: case TrimAutomation: + case SurroundSendLevel: case InsertReturnLevel: return true; default: @@ -404,6 +405,7 @@ AutomationLine::string_to_fraction (string const & s) const case BusSendLevel: case EnvelopeAutomation: case TrimAutomation: + case SurroundSendLevel: case InsertReturnLevel: if (s == "-inf") { /* translation */ v = 0;