summaryrefslogtreecommitdiff
path: root/libs/ardour/solo_control.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-04-10 18:20:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commitb2b5c965c854d222f70080de5fcafb10b75ff40b (patch)
treed994edd4700e66d754ad3f5573e628ba650af8c3 /libs/ardour/solo_control.cc
parent5499bad8369a1ac7b0b1aa5ba95f27d4658182a2 (diff)
some tweaks for solo logic to get things working as they were before (correctly)
Diffstat (limited to 'libs/ardour/solo_control.cc')
-rw-r--r--libs/ardour/solo_control.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/solo_control.cc b/libs/ardour/solo_control.cc
index 45ec5b90ec..e8fbb66643 100644
--- a/libs/ardour/solo_control.cc
+++ b/libs/ardour/solo_control.cc
@@ -192,8 +192,6 @@ SoloControl::get_value () const
return get_masters_value_locked () ? 1.0 : 0.0;
}
- std::cerr << "solo control @ " << this << " list = " << _list << " as AL " << boost::dynamic_pointer_cast<AutomationList>(_list) << std::endl;
-
if (_list && boost::dynamic_pointer_cast<AutomationList>(_list)->automation_playback()) {
// Playing back automation, get the value from the list
return AutomationControl::get_value();