Client.open

void open(string clientName, JackOptions options = JackOptions.NullOption, string serverName = null)

Open a JACK client. Not real-time safe.

Parameters

clientNameClient name to register with the JACK server
optionsOption flags (defaults to JackOptions.NullOption)
serverNameName of the server to connect to (defaults to null, to use default)

Throws

JackException on failure