mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
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:
parent
88396a8f56
commit
ba602ea01a
1 changed files with 5 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue