diff --git a/libs/ardour/transport_master_manager.cc b/libs/ardour/transport_master_manager.cc index 127b9e6886..ef096fe5ab 100644 --- a/libs/ardour/transport_master_manager.cc +++ b/libs/ardour/transport_master_manager.cc @@ -197,7 +197,7 @@ TransportMasterManager::pre_process_transport_masters (pframes_t nframes, sample if (!_current_master->ok()) { /* stop */ - _session->request_transport_speed (0.0, false, _current_master->request_type()); + _session->request_stop (false, false, _current_master->request_type()); DEBUG_TRACE (DEBUG::Slave, "no roll2 - master has failed\n"); _master_invalid_this_cycle = true; return 1.0;