From c1f0f4eb7a228d8552495129ebbb47bf7727714e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 16 Dec 2018 12:50:29 -0500 Subject: more organized and coherent handling of route control connections in MonitorSection --- gtk2_ardour/monitor_section.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/monitor_section.h') diff --git a/gtk2_ardour/monitor_section.h b/gtk2_ardour/monitor_section.h index e5c63fbdd9..0a0a0fd7a2 100644 --- a/gtk2_ardour/monitor_section.h +++ b/gtk2_ardour/monitor_section.h @@ -162,12 +162,13 @@ private: void isolated_changed (); PBD::ScopedConnection config_connection; - PBD::ScopedConnectionList control_connections; - PBD::ScopedConnectionList output_changed_connections; + PBD::ScopedConnectionList connections; + PBD::ScopedConnectionList route_connections; bool _inhibit_solo_model_update; void assign_controllables (); + void unassign_controllables (); void port_connected_or_disconnected (boost::weak_ptr, boost::weak_ptr); -- cgit v1.2.3