consolidate all transport masters on a SafeTime object that is a member of the Transp...
[ardour.git] / libs / ardour / session_transport.cc
index 95daf7495bfe22332b19f1791938ac7a81616de7..cf10cf11c7d8b4199fd56be3e91d2909335019c3 100644 (file)
@@ -1119,8 +1119,9 @@ Session::start_locate (samplepos_t target_sample, bool with_roll, bool with_flus
 
                double sp;
                samplepos_t pos;
+               samplepos_t ignore1, ignore2;
 
-               transport_master()->speed_and_position (sp, pos, 0);
+               transport_master()->speed_and_position (sp, pos, ignore1, ignore2, 0);
 
                if (target_sample != pos) {