13
0

leave a ToDo note for the mackie surface

This commit is contained in:
Robin Gareus 2017-02-17 04:02:15 +01:00
parent 9d8829f5bf
commit b5dbfc9931

View File

@ -287,6 +287,8 @@ void
Strip::notify_solo_changed ()
{
if (_stripable && _solo) {
// TODO use session->set_control(), subscribe to solo_control changes later
// call_surface->write(), see 9d8829f5bf
_surface->write (_solo->set_state (_stripable->solo_control()->soloed() ? on : off));
}
}