summaryrefslogtreecommitdiff
path: root/libs/ardour/enums.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-09 21:36:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-09 21:36:31 +0000
commit555c7ac094d86a02b7bef85f9691cd507e19391e (patch)
tree5a4591922d749b6a00911455dabdf2bb3e661412 /libs/ardour/enums.cc
parentad916f6241011266fea05877685376a06ec586bf (diff)
Undo for sys-ex movements in time.
git-svn-id: svn://localhost/ardour2/branches/3.0@8232 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/enums.cc')
-rw-r--r--libs/ardour/enums.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc
index 6f3dff17a9..380fb2160c 100644
--- a/libs/ardour/enums.cc
+++ b/libs/ardour/enums.cc
@@ -113,6 +113,7 @@ setup_enum_writer ()
IO::Direction _IO_Direction;
MuteMaster::MutePoint _MuteMaster_MutePoint;
MidiModel::NoteDiffCommand::Property _MidiModel_NoteDiffCommand_Property;
+ MidiModel::SysExDiffCommand::Property _MidiModel_SysExDiffCommand_Property;
WaveformScale _WaveformScale;
WaveformShape _WaveformShape;
QuantizeType _QuantizeType;
@@ -532,6 +533,9 @@ setup_enum_writer ()
REGISTER_CLASS_ENUM (MidiModel::NoteDiffCommand, Length);
REGISTER (_MidiModel_NoteDiffCommand_Property);
+ REGISTER_CLASS_ENUM (MidiModel::SysExDiffCommand, Time);
+ REGISTER (_MidiModel_SysExDiffCommand_Property);
+
REGISTER_ENUM(Linear);
REGISTER_ENUM(Logarithmic);
REGISTER(_WaveformScale);