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/types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/ardour/types.h') diff --git a/libs/ardour/ardour/types.h b/libs/ardour/ardour/types.h index f835a5ff07..366e303186 100644 --- a/libs/ardour/ardour/types.h +++ b/libs/ardour/ardour/types.h @@ -605,6 +605,12 @@ namespace ARDOUR { class Bundle; typedef std::vector > BundleList; + enum RegionEquivalence { + Exact, + Enclosed, + Overlap + }; + enum WaveformScale { Linear, Logarithmic -- cgit v1.2.3