summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session_event.h
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/ardour/session_event.h
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/ardour/session_event.h')
-rw-r--r--libs/ardour/ardour/session_event.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session_event.h b/libs/ardour/ardour/session_event.h
index 932ddc9176..d5a1b0c255 100644
--- a/libs/ardour/ardour/session_event.h
+++ b/libs/ardour/ardour/session_event.h
@@ -42,7 +42,8 @@ public:
/* only one of each of these events can be queued at any one time */
StopOnce,
- AutoLoop
+ AutoLoop,
+ AutoLoopDeclick,
};
enum Action {