summaryrefslogtreecommitdiff
path: root/libs/ardour/session_events.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-20 18:46:05 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-20 18:46:05 +0000
commit7a76e8ae96c20b270dd3104328f8bee199c9a770 (patch)
treeb2e81966aa9b87eddb7de53caddd6ba0da4d1697 /libs/ardour/session_events.cc
parentd863c200024d1e844f1b1d71471b85acfe671b36 (diff)
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
Diffstat (limited to 'libs/ardour/session_events.cc')
-rw-r--r--libs/ardour/session_events.cc1
1 files changed, 1 insertions, 0 deletions
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;