From 3e6ce20fd71022dad54508b652e851148ae4a4c4 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 16 Oct 2018 17:44:11 -0500 Subject: (Source List) Region List rewrite (libardour part) --- libs/ardour/ardour/region_factory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/region_factory.h') diff --git a/libs/ardour/ardour/region_factory.h b/libs/ardour/ardour/region_factory.h index c661fed019..e0041a1072 100644 --- a/libs/ardour/ardour/region_factory.h +++ b/libs/ardour/ardour/region_factory.h @@ -86,6 +86,8 @@ public: /** create a region with specified sources @param srcs and XML state */ static boost::shared_ptr create (SourceList& srcs, const XMLNode&); + static boost::shared_ptr get_whole_region_for_source (boost::shared_ptr); + static void get_regions_using_source (boost::shared_ptr, std::set >& ); static void remove_regions_using_source (boost::shared_ptr); -- cgit v1.2.3