summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-02 17:34:49 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-02 17:35:38 -0500
commita1c8e67e50d0bb61e7389ccd81ea80f50ec3388a (patch)
treee6e24c44a8d0b3c9495e206cbb988204cd22276a /libs/ardour/enums.cc
parent0f1c7b1d71078a25c1df80e7c95d59229f613414 (diff)
add a method to cancel a pending play_range. this is needed when we are modifying the range with keyboard commands.
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 54f1e602be..9d6d37b5f8 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -369,6 +369,7 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (SessionEvent, Audition);
REGISTER_CLASS_ENUM (SessionEvent, InputConfigurationChange);
REGISTER_CLASS_ENUM (SessionEvent, SetPlayAudioRange);
+ REGISTER_CLASS_ENUM (SessionEvent, CancelPlayAudioRange);
REGISTER_CLASS_ENUM (SessionEvent, StopOnce);
REGISTER_CLASS_ENUM (SessionEvent, AutoLoop);
REGISTER (_SessionEvent_Type);