1 .TH JACK_LOAD "1" "!DATE!" "!VERSION!"
3 jack_load \- JACK toolkit client for loading in-process clients
5 \fBjack_load\fR [ \fI-i\fR initstring ] [ \fI-s\fR servername ] [\fI-w\fR ] client-name so-name [ initstring ]
7 \fBjack_load\fR is a JACK toolkit client. It loads the specified plugin and creates an in-process client.
10 The client-name must be a currently unused client name.
12 The so-name is the name of file that client code is stored in (typically, \fIclientname.so\fR)
15 \fB-i\fR, \fB--init\fR init-string
17 initialization string passed to the in-process client. Note that this can also be specified as the last argument on the command line.
19 \fB-s\fR, \fB--server\fR servername
21 Name of JACK server to connect to
23 \fB-w\fR, \fB--wait\fR
24 Wait for a signal (eg. from Ctrl-c) and then unload the client.