From 082297b9329aecedc8110761ca5cfdb81366fe9a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 21 Mar 2024 14:24:11 +0100 Subject: [PATCH] Update UI for SurroundSendLevel control type --- gtk2_ardour/automation_line.cc | 2 ++ 1 file changed, 2 insertions(+) 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;