use "mute" not cut in monitor section
[ardour.git] / gtk2_ardour / automation_line.h
index a05a7b918058b493def596db721c278c5f9d5d1c..3a283621956bca20059af4a18aa0ce657348ebaa 100644 (file)
@@ -66,8 +66,8 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
        void reset ();
        void clear ();
 
-       std::list<ControlPoint*> point_selection_to_control_points (PointSelection const &); 
-       void set_selected_points (PointSelection&);
+       std::list<ControlPoint*> point_selection_to_control_points (PointSelection const &);
+       void set_selected_points (PointSelection const &);
        void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*>&);
        void get_inverted_selectables (Selection&, std::list<Selectable*>& results);
 
@@ -147,7 +147,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
 
        void set_offset (ARDOUR::framecnt_t);
        void set_width (ARDOUR::framecnt_t);
-       
+
   protected:
 
        std::string    _name;
@@ -182,7 +182,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
        static void invalidate_point (ALPoints&, uint32_t index);
        static bool invalid_point (ALPoints&, uint32_t index);
 
-       void determine_visible_control_points (ALPoints&);
+       void determine_visible_control_points (ALPoints &, int);
        void sync_model_with_view_point (ControlPoint&, bool, int64_t);
        void sync_model_with_view_points (std::list<ControlPoint*>, bool, int64_t);
        void start_drag_common (double, float);
@@ -234,7 +234,7 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
 
        /** maximum time that a point on this line can be at, relative to the position of its region or start of its track */
        ARDOUR::framecnt_t _maximum_time;
-       
+
        friend class AudioRegionGainLine;
 };