[Jack-Devel] Avoiding spinlocks in a parallel sequencer

tom at trellis.ch tom at trellis.ch
Sun Apr 12 01:11:40 CEST 2015


On Sat, April 11, 2015 19:25, Johannes Lorenz wrote:

> Does JACK 2 allow to use multiple jack clients that call process() at the
> same time?

Do you want to synchronize JACK clients so they do something in the same
cycle / at the same sample time?

You could inject an event to JACK that's being distributed to the clients
(inside JACK). The clients would then receive the events in the same cycle
and can process (at given sample pos) in that cycle.

Not sure if that's what you're looking for though :)

Regards
Thomas




More information about the Jackaudio mailing list