From f5c15e3941ff0f392c9f53fe212a2d8982198151 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 29 May 2008 23:11:56 -0500 Subject: [PATCH] Delay slow-sync rebuffer until absolutely necessary. --- Timeline/Engine/Engine.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ {