summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-12-19 22:56:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2016-12-19 22:56:37 +0000
commit7b9d3f94d4649cb34fcf762eb03282ddbf890025 (patch)
tree85e4ee369b7cd753f4697970588c95cfba28493e
parentf5c5a9c72e5b4820d502649fb3b6820b157260b9 (diff)
make solo button on faderport actually work
-rw-r--r--libs/surfaces/faderport/operations.cc2
1 files changed, 1 insertions, 1 deletions
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