leave a ToDo note for the mackie surface
authorRobin Gareus <robin@gareus.org>
Fri, 17 Feb 2017 03:02:15 +0000 (04:02 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 17 Feb 2017 03:02:15 +0000 (04:02 +0100)
libs/surfaces/mackie/strip.cc

index e7ce72cff872f6b8a330cd98794b24991c2ef9d7..31a22ed88528d19aaa45e09b45ff4dd7e2ee1697 100644 (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));
        }
 }