<br><br><div class="gmail_quote">On Fri, Mar 22, 2013 at 2:58 PM, Frank Kober <span dir="ltr"><<a href="mailto:goemusic@yahoo.fr" target="_blank">goemusic@yahoo.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
it didn't work for me. Maybe I'm wrong but if I understood correctly, recent jack1 transport no longer goes into Jack_Transport_Starting state before going to Jack_Transport_Rolling (this was deliberately dropped), but seq24 currently needs this to start off with jack transport.<br>
</blockquote><div><br>what leads you to make this claim? <br><br>nothing has been changed in jack1 transport in a VERY LONG time.<br><br>     <a href="http://jackaudio.org/files/docs/html/transport-design.html">http://jackaudio.org/files/docs/html/transport-design.html</a><br>
<br>the docs say: <br><br>      The engine handles polling of slow-sync clients. When someone calls <a class="el" href="http://jackaudio.org/files/docs/html/group__TransportControl.html#gab7b158bec8f27c03da29795f142d1caf">jack_transport_start()</a>, the engine resets the poll bits and changes to a new state, <a class="el" href="http://jackaudio.org/files/docs/html/transport_8h.html#a66e50952a88eb087867922bfe3d0bd72a8c1e22fce8ef6c18baf7a5c6a69060ac">JackTransportStarting</a>. The <em>sync_callback</em>
 function for each slow-sync client will be invoked in the JACK process 
thread while the transport is starting. If it has not already done so, 
the client needs to initiate a seek to reach the starting position. The <em>sync_callback</em>
 returns false until the seek completes and the client is ready to play.
 When all slow-sync clients are ready, the state changes to <a class="el" href="http://jackaudio.org/files/docs/html/transport_8h.html#a66e50952a88eb087867922bfe3d0bd72a4077d7d6fe566f3f0441755a588ad1b2">JackTransportRolling</a>.<br>
<br><br>and also:<br><br><br>    These request a new transport position. They can be called at any time 
by any client. Even the timebase master must use them. If the request is
 valid, it goes into effect in two process cycles. If there are 
slow-sync clients and the transport is already rolling, it will enter 
the <a class="el" href="http://jackaudio.org/files/docs/html/transport_8h.html#a66e50952a88eb087867922bfe3d0bd72a8c1e22fce8ef6c18baf7a5c6a69060ac">JackTransportStarting</a> state and begin invoking their <em>sync_callbacks</em> until ready.<br>
<br><br></div></div>