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
This commit is contained in:
Robin Gareus 2013-01-24 12:52:41 +00:00
parent 88396a8f56
commit ba602ea01a

View file

@ -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());