Delay slow-sync rebuffer until absolutely necessary.
This commit is contained in:
parent
f0a973d652
commit
f5c15e3941
|
@ -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
|
/* JACK docs lie. This is only called when the transport
|
||||||
is *really* stopped, not when starting a slow-sync
|
is *really* stopped, not when starting a slow-sync
|
||||||
cycle */
|
cycle */
|
||||||
request_locate( pos->frame );
|
transport->frame = pos->frame;
|
||||||
return 1;
|
return 1;
|
||||||
case JackTransportStarting: /* this means JACK is polling slow-sync clients */
|
case JackTransportStarting: /* this means JACK is polling slow-sync clients */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue