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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user