summaryrefslogtreecommitdiff
path: root/libs/ardour/session_export.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-20 00:25:25 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-02-20 00:25:25 -0700
commit4b10beec08c9c1d5ba6fd9cdb8c95ff019b00f65 (patch)
tree04265a39e6a0cf1d2a7eb14a3449d080c2f39387 /libs/ardour/session_export.cc
parentefd6a856f895aa125de6b95c635e0368ef057d0c (diff)
change transport API, session API, transportFSM API to move reverse management and motion state (partially) into TFSM
Diffstat (limited to 'libs/ardour/session_export.cc')
-rw-r--r--libs/ardour/session_export.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_export.cc b/libs/ardour/session_export.cc
index 7ed9498507..c4ef004550 100644
--- a/libs/ardour/session_export.cc
+++ b/libs/ardour/session_export.cc
@@ -253,7 +253,7 @@ Session::process_export_fw (pframes_t nframes)
return;
}
- set_transport_speed (1.0, false);
+ set_transport_speed (1.0, false, false, false);
butler_transport_work ();
g_atomic_int_set (&_butler->should_do_transport_work, 0);
butler_completed_transport_work ();