[linux-audio-dev] Project: modular synth editor
Steve Harris
S.W.Harris at ecs.soton.ac.uk
Mon Jan 19 17:07:36 UTC 2004
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
More information about the Linux-audio-dev
mailing list