From 0fc50b9bf2c30ba80d60a91862d8cc2a896deb81 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 11 May 2021 15:54:58 -0600 Subject: [PATCH] Mackie Control: set select state correctly during initial setup --- libs/surfaces/mackie/strip.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index e8efc3a662..6f71ea3338 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -381,6 +381,10 @@ Strip::notify_property_changed (const PropertyChange& what_changed) if (what_changed.contains (ARDOUR::Properties::name)) { show_stripable_name (); } + + if (what_changed.contains (ARDOUR::Properties::selected)) { + _surface->write (_select->set_state (_stripable->is_selected())); + } } void