trim a single other region when adjusting xfade length
[ardour.git] / libs / ardour / ardour / audioregion.h
index fd6c3a85288565f56a45758a6507f8c5004c32c4..013629637d4d9d07ebc3ad20c6491f203d2f895a 100644 (file)
@@ -238,6 +238,8 @@ class AudioRegion : public Region
        bool                              _fade_in_is_xfade;
        bool                              _fade_out_is_xfade;
 
+       boost::shared_ptr<ARDOUR::Region> get_single_other_xfade_region (bool start) const;
+
   protected:
        /* default constructor for derived (compound) types */