Update UI for SurroundSendLevel control type

This commit is contained in:
Robin Gareus 2024-03-21 14:24:11 +01:00
parent 73fea85381
commit 082297b932
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 0 deletions

View File

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