From 72393f101ba2cae980838dd0d857719719ecc3d7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Jan 2013 22:46:51 +0000 Subject: allow region list selection of whole file regions to select every instance of a region that has any source relationship with that whole file region (from a logic feature that came up while writing the manual) git-svn-id: svn://localhost/ardour2/branches/3.0@13779 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/playlist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/playlist.h') diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h index f3277c6b9c..754e48cc25 100644 --- a/libs/ardour/ardour/playlist.h +++ b/libs/ardour/ardour/playlist.h @@ -132,6 +132,7 @@ public: void remove_region_by_source (boost::shared_ptr); void get_equivalent_regions (boost::shared_ptr, std::vector >&); void get_region_list_equivalent_regions (boost::shared_ptr, std::vector >&); + void get_source_equivalent_regions (boost::shared_ptr, std::vector >&); void replace_region (boost::shared_ptr old, boost::shared_ptr newr, framepos_t pos); void split_region (boost::shared_ptr, framepos_t position); void split (framepos_t at); -- cgit v1.2.3