[alsa-io] make pclamp and control out quantization configurable
[jack.git] / man / jack_load.0
blob603f2cc1f53659eb93a047c64d888691c99bb9a9
1 .TH JACK_LOAD "1" "!DATE!" "!VERSION!"
2 .SH NAME
3 jack_load \- JACK toolkit client for loading in-process clients
4 .SH SYNOPSYS
5 \fBjack_load\fR [ \fI-i\fR initstring ] [ \fI-s\fR servername ] [\fI-w\fR ] client-name so-name [ initstring ]
6 .SH DESCRIPTION
7 \fBjack_load\fR is a JACK toolkit client. It loads the specified plugin and creates an in-process client.
8 .ARGUMENTS
9 .PP
10 The client-name must be a currently unused client name.
11 .PP
12 The so-name is the name of file that client code is stored in (typically, \fIclientname.so\fR)
13 .SH OPTIONS
14 .TP
15 \fB-i\fR, \fB--init\fR init-string
16 .br
17 initialization string passed to the in-process client. Note that this can also be specified as the last argument on the command line.
18 .TP
19 \fB-s\fR, \fB--server\fR servername
20 .br
21 Name of JACK server to connect to
22 .TP
23 \fB-w\fR, \fB--wait\fR
24 Wait for a signal (eg. from Ctrl-c) and then unload the client.
25 .SH AUTHOR
26 Jeremy Hall