summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2019-02-07 13:29:59 -0600
committerBen Loftis <ben@harrisonconsoles.com>2019-02-12 11:34:50 -0600
commit37d28c63db9d10e50fc34bbedea016e3949227b1 (patch)
treec329a57dfa7be13e82cd0649072cafc75d2b1e17 /libs/ardour/enums.cc
parent983875ffc8c6adb529a10f88e539ecef359ead1d (diff)
Selection-after-split behavior ( libardour part )
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index dd7c00f25f..ab7f0b63fc 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -97,6 +97,7 @@ setup_enum_writer ()
Session::PullupFormat _Session_PullupFormat;
FadeShape _FadeShape;
RegionSelectionAfterSplit _RegionSelectionAfterSplit;
+ RangeSelectionAfterSplit _RangeSelectionAfterSplit;
IOChange _IOChange;
AutomationType _AutomationType;
AutoState _AutoState;
@@ -524,6 +525,7 @@ setup_enum_writer ()
REGISTER_ENUM(ExistingNewlyCreatedRight);
REGISTER_ENUM(ExistingNewlyCreatedBoth);
REGISTER (_RegionSelectionAfterSplit);
+ REGISTER (_RangeSelectionAfterSplit);
REGISTER_CLASS_ENUM (DiskIOProcessor, Recordable);
REGISTER_CLASS_ENUM (DiskIOProcessor, Hidden);