From ba602ea01ae1c392222decc6d1546620d249ecc1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 24 Jan 2013 12:52:41 +0000 Subject: we ain't stop for nothin' when slaved to ext time source. git-svn-id: svn://localhost/ardour2/branches/3.0@13985 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_process.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libs/ardour/session_process.cc') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 05b800fead..9a4fabeb64 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -1173,6 +1173,11 @@ Session::compute_stop_limit () const if (!Config->get_stop_at_session_end ()) { return max_framepos; } + + if (_slave) { + return max_framepos; + } + bool const punching_in = (config.get_punch_in () && _locations->auto_punch_location()); bool const punching_out = (config.get_punch_out () && _locations->auto_punch_location()); -- cgit v1.2.3