Client.open
void open(string clientName, JackOptions options = JackOptions.NullOption, string serverName = null)Open a JACK client. Not real-time safe.
Parameters
clientName | Client name to register with the JACK server |
options | Option flags (defaults to JackOptions.NullOption) |
serverName | Name of the server to connect to (defaults to null, to use default) |
Throws
JackException on failure