> > block (the one that received a stop message from jack transport)
> > should be recorded? For now it's recorded. If that's wrong,
> > I'll fix it in the next release.
>
> While it's safe to just record it, i don't think it should be.
>
http://jackaudio.org/files/docs/html/group__TransportControl.html reads:
>
> jack_transport_stop() [..] takes effect on the _next_ process cycle.
>
> jack_transport_query() [..] If called from the process thread, pos
> corresponds to the first frame of the _current_ cycle and the state
> returned is valid for the entire cycle.
>
> IOW: As soon as the app sees a stopped transport in the process loop it
> is exactly at, or already a bit later than the actual end.
>