summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index bece787fd7..81e6d12d7f 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -601,7 +601,7 @@ Session::process_without_events (pframes_t nframes)
no_roll (nframes);
return;
} else {
- samples_moved = (samplecnt_t) nframes;
+ samples_moved = (samplecnt_t) nframes * _transport_speed;
}
if (!_exporting && !timecode_transmission_suspended()) {