summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-06-04 00:27:01 +0200
committerRobin Gareus <robin@gareus.org>2014-06-04 02:19:46 +0200
commit0889336aac57f9e0dde9a25f51db5fffb9f069d2 (patch)
tree41f4c03d7d00335639372e59324912ec4ef980df /gtk2_ardour/route_params_ui.h
parent06b4cf92dbf57bf4b5558f6c054e1ce2d3c8b89b (diff)
disable pluginbox in RouteUI window when a track is frozen
Diffstat (limited to 'gtk2_ardour/route_params_ui.h')
-rw-r--r--gtk2_ardour/route_params_ui.h2
1 files changed, 2 insertions, 0 deletions
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<ARDOUR::Route> _route;
PBD::ScopedConnection _route_processors_connection;
+ PBD::ScopedConnectionList route_connections;
boost::shared_ptr<ARDOUR::Processor> _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<ARDOUR::Route> route);
void route_removed (boost::weak_ptr<ARDOUR::Route> route);
+ void map_frozen ();
void route_selected();