diff --git a/Timeline/Engine/Engine.C b/Timeline/Engine/Engine.C index 67a6369..56c79b8 100644 --- a/Timeline/Engine/Engine.C +++ b/Timeline/Engine/Engine.C @@ -130,7 +130,7 @@ Engine::sync ( jack_transport_state_t state, jack_position_t *pos ) /* JACK docs lie. This is only called when the transport is *really* stopped, not when starting a slow-sync cycle */ - request_locate( pos->frame ); + transport->frame = pos->frame; return 1; case JackTransportStarting: /* this means JACK is polling slow-sync clients */ {