include a LocateTransportDisposition argument when Editor initially locates
Not clear if the editor really needs to make this call at all
This commit is contained in:
@@ -1389,7 +1389,7 @@ Editor::set_session (Session *t)
|
||||
|
||||
/* catch up with the playhead */
|
||||
|
||||
_session->request_locate (playhead_cursor->current_sample ());
|
||||
_session->request_locate (playhead_cursor->current_sample (), MustStop);
|
||||
_pending_initial_locate = true;
|
||||
|
||||
update_title ();
|
||||
|
||||
Reference in New Issue
Block a user