better more reliable checks on renamed, newly created and imported track/bus names
[ardour.git] / libs / ardour / ardour / region.h
index a66047a02a1a2d026df9b515f0c977a3f980e6af..54cfd57fea55b478b3640b76d016d6bd405dff9f 100644 (file)
@@ -224,6 +224,8 @@ class LIBARDOUR_API Region
        void trim_end (framepos_t new_position);
        void trim_to (framepos_t position, framecnt_t length);
 
+       virtual void fade_range (framepos_t, framepos_t) {}
+
        void cut_front (framepos_t new_position);
        void cut_end (framepos_t new_position);
 
@@ -386,7 +388,7 @@ class LIBARDOUR_API Region
        bool verify_start (framepos_t);
        bool verify_start_and_length (framepos_t, framecnt_t&);
        bool verify_start_mutable (framepos_t&_start);
-       bool verify_length (framecnt_t);
+       bool verify_length (framecnt_t&);
 
        virtual void recompute_at_start () = 0;
        virtual void recompute_at_end () = 0;