trim at edit point added, keybindings altered (in progress); more subtle improvements...
[ardour.git] / libs / ardour / ardour / audioregion.h
index ff32199771b7dd434ded9f773d0026f985667904..934b396a8eae58c027e268d315d3271b9f5666f4 100644 (file)
@@ -167,9 +167,9 @@ class AudioRegion : public Region
                                 nframes_t skip_frames = 0) const;
 
        bool verify_start (nframes_t position);
-       bool verify_length (nframes_t position);
+       bool verify_length (nframes_t& length);
        bool verify_start_mutable (nframes_t& start);
-       bool verify_start_and_length (nframes_t start, nframes_t length);
+       bool verify_start_and_length (nframes_t start, nframes_t& length);
        void recompute_at_start ();
        void recompute_at_end ();