summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-19 17:48:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-19 17:48:11 +0000
commit2cb5595b11df77375d199c4bed3e35361fba52a3 (patch)
treecc276e57bbd857edf5931f520b31497cfbc848e0 /libs/ardour/delivery.cc
parent1ceee92bb57744259afca833abbd07a2013567ee (diff)
fix solo/listen issues when reloadign a session, caused by that last commit
git-svn-id: svn://localhost/ardour2/branches/3.0@6937 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/delivery.cc')
-rw-r--r--libs/ardour/delivery.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc
index 3607836f3c..5f857d7941 100644
--- a/libs/ardour/delivery.cc
+++ b/libs/ardour/delivery.cc
@@ -521,6 +521,7 @@ Delivery::target_gain ()
}
if (!_solo_isolated && _session.soloing()) {
+
desired_gain = min (Config->get_solo_mute_gain(), _mute_master->mute_gain_at (mp));
} else {