On Wed, Apr 1, 2015 at 2:30 AM, Vaclav Mach <vaclav.mach@artisys.aero> wrote:


On 03/31/2015 04:07 PM, Harry van Haaren wrote:

You seem to want to write JACK clients - using C++.
In fact, I'd like to implement a wrapper for both server and clients

unless you propose to write a new implementation of JACK, please forget about the server. Normal JACK programming does NOT involve writing JACK servers. It might involve starting and controlling them (via the control API), but this client side, not server side.