we ain't stop for nothin' when slaved to ext time source.
authorRobin Gareus <robin@gareus.org>
Thu, 24 Jan 2013 12:52:41 +0000 (12:52 +0000)
committerRobin Gareus <robin@gareus.org>
Thu, 24 Jan 2013 12:52:41 +0000 (12:52 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13985 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_process.cc

index 05b800fead11b248af4a308ec58047a57ff56528..9a4fabeb6489d0f90c97a5e33d40c2a08b405521 100644 (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());