From 7a76e8ae96c20b270dd3104328f8bee199c9a770 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Jun 2012 18:46:05 +0000 Subject: Declick before the end of seamless loops, not after the end, so that loops are rendered accurately (#4213, #4593). git-svn-id: svn://localhost/ardour2/branches/3.0@12801 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_events.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/session_events.cc') diff --git a/libs/ardour/session_events.cc b/libs/ardour/session_events.cc index 84b1b75b12..6c828ac6f0 100644 --- a/libs/ardour/session_events.cc +++ b/libs/ardour/session_events.cc @@ -173,6 +173,7 @@ SessionEventManager::merge_event (SessionEvent* ev) switch (ev->type) { case SessionEvent::AutoLoop: + case SessionEvent::AutoLoopDeclick: case SessionEvent::StopOnce: _clear_event_type (ev->type); break; -- cgit v1.2.3