mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / route_processor_selection.h
index 6c2b7c94aed43339e467574f554aef5e25265024..d92436dbc4821dd23c8077287112a8b61c55cbf0 100644 (file)
@@ -45,8 +45,8 @@ public:
        bool empty();
 
        void set (AxisView*);
-       void add (AxisView*);
-       void remove (AxisView*);
+       void add (AxisView*, bool with_groups = false);
+       void remove (AxisView*, bool with_groups = false);
        bool selected (AxisView*);
 
        void clear_routes ();
@@ -57,6 +57,7 @@ private:
        ARDOUR::SessionHandlePtr& shp;
        AxisViewProvider& avp;
        void removed (AxisView*);
+       std::list<AxisView*> add_grouped_tracks (AxisView*) const;
 };
 
 bool operator==(const RouteProcessorSelection& a, const RouteProcessorSelection& b);