summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-12-14 15:04:32 +0100
committerRobin Gareus <robin@gareus.org>2019-12-14 15:06:34 +0100
commitd4ad9e348698de3fe2e7b34fef60a6e6d788ea6d (patch)
treed9806c8ffffaee83666e84a9b470f02a204e802a /gtk2_ardour/automation_line.cc
parentd4e023e1cbd783c2a46f8b4b231798c05f6b6708 (diff)
Make BusSendLevel 1st class citizen (2/2)
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 */