mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
leave a ToDo note for the mackie surface
This commit is contained in:
parent
9d8829f5bf
commit
b5dbfc9931
1 changed files with 2 additions and 0 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue