1JACK_LOAD(1) General Commands Manual JACK_LOAD(1)
2
3
4
6 jack_load - JACK toolkit client for loading in-process clients
7
9 jack_load [ -i initstring ] [ -s servername ] [-w ] client-name so-name
10 [ initstring ]
11
13 jack_load is a JACK toolkit client. It loads the specified plugin and
14 creates an in-process client.
15
17 The client-name must be a currently unused client name.
18
19 The so-name is the name of file that client code is stored in (typi‐
20 cally, clientname.so)
21
23 -i, --init init-string
24 initialization string passed to the in-process client. Note that
25 this can also be specified as the last argument on the command
26 line.
27
28 -s, --server servername
29 Name of JACK server to connect to
30
31 -w, --wait
32 Wait for a signal (eg. from Ctrl-c) and then unload the client.
33
35 Jeremy Hall
36
37
38
39
40
411.9.20 January 2022 JACK_LOAD(1)