summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 3b174cc7cb..3dc0d3122a 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -248,6 +248,10 @@ setup_enum_writer ()
REGISTER_ENUM (Normal);
REGISTER_ENUM (NonLayered);
+ /* No longer used but we leave this here so that enumwriter can parse
+ * strings containing "Destructive"
+ */
+ REGISTER_ENUM (Destructive);
REGISTER (_TrackMode);
REGISTER_ENUM (Sustained);
@@ -519,6 +523,10 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (Source, RemovableIfEmpty);
REGISTER_CLASS_ENUM (Source, RemoveAtDestroy);
REGISTER_CLASS_ENUM (Source, NoPeakFile);
+ /* No longer used but we leave this here so that enumwriter can parse
+ * strings containing "Destructive"
+ */
+ REGISTER_CLASS_ENUM (Source, Destructive);
REGISTER_CLASS_ENUM (Source, Empty);
REGISTER_BITS (_Source_Flag);