Optional tabs down the LHS of the editor window to indicate edit group membership.
[ardour.git] / libs / ardour / ardour / session.h
index b2486982420684db803914d60a0f910d7e16e313..5b6b55b01c0056cac14666dbed5adcafdb92c928 100644 (file)
@@ -377,6 +377,7 @@ class Session : public PBD::StatefulDestructible, public boost::noncopyable
        sigc::signal<void> Located;
 
        sigc::signal<void,RouteList&> RouteAdded;
+       sigc::signal<void> RouteEditGroupChanged;
 
        void request_roll_at_and_return (nframes_t start, nframes_t return_to);
        void request_bounded_roll (nframes_t start, nframes_t end);
@@ -1485,6 +1486,8 @@ class Session : public PBD::StatefulDestructible, public boost::noncopyable
 
        int load_regions (const XMLNode& node);
 
+       void route_edit_group_changed ();
+
        /* SOURCES */
 
        mutable Glib::Mutex source_lock;