Browse Source

Delay slow-sync rebuffer until absolutely necessary.

tags/non-daw-v1.1.0
Jonathan Moore Liles 17 years ago
parent
commit
f5c15e3941
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Timeline/Engine/Engine.C

+ 1
- 1
Timeline/Engine/Engine.C View File

@@ -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 */
{


Loading…
Cancel
Save