mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
add SessionEvent::Action to libs/ardour enums registration
This commit is contained in:
parent
15c6a0eb0e
commit
72f6f9bcba
1 changed files with 7 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ setup_enum_writer ()
|
|||
ShuttleUnits _ShuttleUnits;
|
||||
Session::RecordState _Session_RecordState;
|
||||
SessionEvent::Type _SessionEvent_Type;
|
||||
SessionEvent::Action _SessionEvent_Action;
|
||||
TimecodeFormat _Session_TimecodeFormat;
|
||||
Session::PullupFormat _Session_PullupFormat;
|
||||
FadeShape _FadeShape;
|
||||
|
|
@ -387,6 +388,12 @@ setup_enum_writer ()
|
|||
REGISTER_CLASS_ENUM (SessionEvent, AutoLoopDeclick);
|
||||
REGISTER (_SessionEvent_Type);
|
||||
|
||||
REGISTER_CLASS_ENUM (SessionEvent, Add);
|
||||
REGISTER_CLASS_ENUM (SessionEvent, Remove);
|
||||
REGISTER_CLASS_ENUM (SessionEvent, Replace);
|
||||
REGISTER_CLASS_ENUM (SessionEvent, Clear);
|
||||
REGISTER (_SessionEvent_Action);
|
||||
|
||||
REGISTER_CLASS_ENUM (Session, Stopped);
|
||||
REGISTER_CLASS_ENUM (Session, Waiting);
|
||||
REGISTER_CLASS_ENUM (Session, Running);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue