summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index bafde46674..31392b9c89 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -145,8 +145,6 @@ Session::realtime_stop (bool abort, bool clear_state)
unset_play_loop ();
}
- reset_slave_state ();
-
reset_punch_loop_constraint ();
_transport_speed = 0;
@@ -731,8 +729,6 @@ Session::butler_completed_transport_work ()
TFSM_EVENT (TransportFSM::ButlerDone);
}
- DiskReader::dec_no_disk_output ();
-
if (start_after_butler_done_msg) {
if (_transport_speed) {
/* reversal is done ... tell TFSM that it is time to start*/
@@ -1942,7 +1938,7 @@ Session::sync_source_changed (SyncSource type, samplepos_t pos, pframes_t cycle_
longer valid with a new slave.
*/
- DiskReader::dec_no_disk_output ();
+ TransportMasterManager::instance().unblock_disk_output ();
#if 0
we should not be treating specific transport masters as special cases because there maybe > 1 of a particular type