From 9321f46c453b3df226f0abc8ced6415e1d3e842d Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Thu, 13 Sep 2018 14:05:47 -0400 Subject: Implement new Enclosed region equivalence mode --- libs/ardour/ardour/region.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/region.h') diff --git a/libs/ardour/ardour/region.h b/libs/ardour/ardour/region.h index b536aa16a9..5d0413beb8 100644 --- a/libs/ardour/ardour/region.h +++ b/libs/ardour/ardour/region.h @@ -201,9 +201,10 @@ public: return Evoral::coverage (first_sample(), last_sample(), start, end); } - bool equivalent (boost::shared_ptr) const; + bool exact_equivalent (boost::shared_ptr) const; bool size_equivalent (boost::shared_ptr) const; bool overlap_equivalent (boost::shared_ptr) const; + bool enclosed_equivalent (boost::shared_ptr) const; bool region_list_equivalent (boost::shared_ptr) const; bool source_equivalent (boost::shared_ptr) const; bool any_source_equivalent (boost::shared_ptr) const; -- cgit v1.2.3