From 7b9d3f94d4649cb34fcf762eb03282ddbf890025 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 19 Dec 2016 22:56:37 +0000 Subject: make solo button on faderport actually work --- libs/surfaces/faderport/operations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc index ce6bb3e3d2..63f8c4b5f5 100644 --- a/libs/surfaces/faderport/operations.cc +++ b/libs/surfaces/faderport/operations.cc @@ -140,7 +140,7 @@ FaderPort::solo () return; } - _current_stripable->solo_control()->set_value (_current_stripable->solo_control()->soloed(), PBD::Controllable::UseGroup); + _current_stripable->solo_control()->set_value (!_current_stripable->solo_control()->self_soloed(), PBD::Controllable::UseGroup); } void -- cgit v1.2.3