make solo button on faderport actually work
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 19 Dec 2016 22:56:37 +0000 (22:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 19 Dec 2016 22:56:37 +0000 (22:56 +0000)
libs/surfaces/faderport/operations.cc

index ce6bb3e3d2e7e4fbdaa5f607db15adf2c743219f..63f8c4b5f56b41a58e7cc2e1110cf5f7fd4729c9 100644 (file)
@@ -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