On Mon, Jan 19, 2004 at 04:09:14PM +0100, Fons Adriaensen wrote: > JACK -> A -> JACK -> B -> JACK > > where A and B are two processing modules. > > If A and B are inside the same JACK client, what will happen ? > Will jack use a single buffer for A-out and B-in (this is what you'd > expect in a modular synth), or will it copy the previous A-out to B-in > before calling your process callback, thereby introducing one cycle > delay ?
It will use the same buffer, but I still dont think its a good idea :) - Steve