Add dedicated InsertReturnLevel type (2/2)
This commit is contained in:
parent
2939ed3164
commit
afd23d42cd
@ -210,6 +210,7 @@ AutomationLine::get_uses_gain_mapping () const
|
||||
case BusSendLevel:
|
||||
case EnvelopeAutomation:
|
||||
case TrimAutomation:
|
||||
case InsertReturnLevel:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
@ -400,6 +401,7 @@ AutomationLine::string_to_fraction (string const & s) const
|
||||
case BusSendLevel:
|
||||
case EnvelopeAutomation:
|
||||
case TrimAutomation:
|
||||
case InsertReturnLevel:
|
||||
if (s == "-inf") { /* translation */
|
||||
v = 0;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user