From 8849cb428741d7d60261d1e44ceec665912281f5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Mar 2011 05:19:44 +0000 Subject: add new concept for managing alignment style (AlignChoice); switch to using worst_playback_latency() just about everywhere we were using worst_output_latency() - the former includes plugin latency. answer appears to break earlier fixes to alignment, but is semantically right, so plan to investigate in another 8 hours or so git-svn-id: svn://localhost/ardour2/branches/3.0@9112 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/enums.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/enums.cc') diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc index a524db3d23..878da1e381 100644 --- a/libs/ardour/enums.cc +++ b/libs/ardour/enums.cc @@ -54,6 +54,7 @@ setup_enum_writer () OverlapType _OverlapType; AlignStyle _AlignStyle; + AlignChoice _AlignChoice; MeterPoint _MeterPoint; TrackMode _TrackMode; NoteMode _NoteMode; @@ -162,6 +163,11 @@ setup_enum_writer () REGISTER_ENUM (ExistingMaterial); REGISTER (_AlignStyle); + REGISTER_ENUM (UseCaptureTime); + REGISTER_ENUM (UseExistingMaterial); + REGISTER_ENUM (Automatic); + REGISTER (_AlignChoice); + REGISTER_ENUM (MeterInput); REGISTER_ENUM (MeterPreFader); REGISTER_ENUM (MeterPostFader); -- cgit v1.2.3