13
0

make solo button on faderport actually work

This commit is contained in:
Paul Davis 2016-12-19 22:56:37 +00:00
parent f5c5a9c72e
commit 7b9d3f94d4

View 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