X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_params_ui.h;h=65bef26b5254a2c2aaea49dc41f18f7cdc4a5ac6;hb=aabc5108f34058d466d1e7451694193a08379ce2;hp=4c8adfd9c66878e099ae09072435502d3c70a7c9;hpb=23973bae24b7f569e26c7f869a103aacbaf66ab2;p=ardour.git diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h index 4c8adfd9c6..65bef26b52 100644 --- a/gtk2_ardour/route_params_ui.h +++ b/gtk2_ardour/route_params_ui.h @@ -127,6 +127,7 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList boost::shared_ptr _route; PBD::ScopedConnection _route_processors_connection; + PBD::ScopedConnectionList route_connections; boost::shared_ptr _processor; PBD::ScopedConnection _processor_going_away_connection; @@ -163,6 +164,7 @@ class RouteParams_UI : public ArdourWindow, public PBD::ScopedConnectionList void route_property_changed (const PBD::PropertyChange&, boost::weak_ptr route); void route_removed (boost::weak_ptr route); + void map_frozen (); void route_selected();