summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 748828f35a..34d59ef581 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -201,6 +201,7 @@ AutomationLine::get_uses_gain_mapping () const
{
switch (_desc.type) {
case GainAutomation:
+ case BusSendLevel:
case EnvelopeAutomation:
case TrimAutomation:
return true;
@@ -389,6 +390,7 @@ AutomationLine::string_to_fraction (string const & s) const
switch (_desc.type) {
case GainAutomation:
+ case BusSendLevel:
case EnvelopeAutomation:
case TrimAutomation:
if (s == "-inf") { /* translation */