summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2018-09-13 14:05:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2018-09-13 14:05:47 -0400
commit9321f46c453b3df226f0abc8ced6415e1d3e842d (patch)
treef906186ba378d6bae64a43f994e1659bd45ba478 /libs/ardour/ardour/types.h
parent556cf7a21520c4b1bda14bce96ecc9919a946c9d (diff)
Implement new Enclosed region equivalence mode
Diffstat (limited to 'libs/ardour/ardour/types.h')
-rw-r--r--libs/ardour/ardour/types.h6
1 files changed, 6 insertions, 0 deletions
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<boost::shared_ptr<Bundle> > BundleList;
+ enum RegionEquivalence {
+ Exact,
+ Enclosed,
+ Overlap
+ };
+
enum WaveformScale {
Linear,
Logarithmic