subtle changes to accomplish two goals (1) playhead should stop where the user presse...
[ardour.git] / libs / ardour / session_export.cc
index 62eb61ab83e16654eb13890d2cddbcbe9e5feb50..ecfcb98b5c468c7301336028385a701776d74dd9 100644 (file)
@@ -192,7 +192,7 @@ Session::process_export_fw (pframes_t nframes)
 {
        if (!_export_started) {
                _export_started = true;
-               set_transport_speed (1.0, false);
+               set_transport_speed (1.0, 0, false);
                butler_transport_work ();
                g_atomic_int_set (&_butler->should_do_transport_work, 0);
                post_transport ();