summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-12-18 20:54:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-12-18 20:54:46 +0000
commit6bcec5f82091c860e1625bdc68b0ee4075e84046 (patch)
treea524880bd2324e79c4858126a503977f3ff406ba /libs/ardour/enums.cc
parent5119d48267be90aa4af3daa91f8bb72e6ab57c2c (diff)
new LocateRollLocate event, used to implement play-at-edit-point-and-return; other fixes from the OS X world
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2792 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 2f119918cc..17dff0bda6 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -231,6 +231,7 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (Session::Event, SetDiskstreamSpeed);
REGISTER_CLASS_ENUM (Session::Event, Locate);
REGISTER_CLASS_ENUM (Session::Event, LocateRoll);
+ REGISTER_CLASS_ENUM (Session::Event, LocateRollLocate);
REGISTER_CLASS_ENUM (Session::Event, SetLoop);
REGISTER_CLASS_ENUM (Session::Event, PunchIn);
REGISTER_CLASS_ENUM (Session::Event, PunchOut);