reset DiskReader "no disk output" flag in a couple of exceptional cases
[ardour.git] / libs / ardour / session_process.cc
index fa5d16632da170cf574c04fc2ab5f03971c49f9e..b642a0bb0d38a49aa2a1af6d3f0cc13fcb40df88 100644 (file)
@@ -529,6 +529,7 @@ Session::reset_slave_state ()
        delta_accumulator_cnt = 0;
        have_first_delta_accumulator = false;
        _slave_state = Stopped;
+       DiskReader::set_no_disk_output (false);
 }
 
 bool