summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-10-10 13:21:46 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-10-10 13:22:50 -0400
commitd1e303247b56b4e0b1a9564969723989beaa0290 (patch)
tree6ee4ae90982e9c26f04011788f9eb77ecf8e9936 /libs/ardour/enums.cc
parent446a8b69d908b6d1d3b9ee19a8056a66fb4fc493 (diff)
ensure registration of all SessionEvent types
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 84755cb913..3f2f1470c2 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -370,9 +370,14 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (SessionEvent, InputConfigurationChange);
REGISTER_CLASS_ENUM (SessionEvent, SetPlayAudioRange);
REGISTER_CLASS_ENUM (SessionEvent, CancelPlayAudioRange);
+ REGISTER_CLASS_ENUM (SessionEvent, RealTimeOperation);
+ REGISTER_CLASS_ENUM (SessionEvent, AdjustPlaybackBuffering);
+ REGISTER_CLASS_ENUM (SessionEvent, AdjustCaptureBuffering);
+ REGISTER_CLASS_ENUM (SessionEvent, SetTimecodeTransmission);
+ REGISTER_CLASS_ENUM (SessionEvent, Skip);
REGISTER_CLASS_ENUM (SessionEvent, StopOnce);
REGISTER_CLASS_ENUM (SessionEvent, AutoLoop);
- REGISTER_CLASS_ENUM (SessionEvent, Skip);
+ REGISTER_CLASS_ENUM (SessionEvent, AutoLoopDeclick);
REGISTER (_SessionEvent_Type);
REGISTER_CLASS_ENUM (Session, Stopped);