From b5dbfc9931bc586fb2b5a50a2493e8c158c99896 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 17 Feb 2017 04:02:15 +0100 Subject: leave a ToDo note for the mackie surface --- libs/surfaces/mackie/strip.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index e7ce72cff8..31a22ed885 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -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)); } } -- cgit v1.2.3