logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jack_load - JACK toolkit client for loading in-process clients

Arguments

       The client-name must be a currently unused client name.

       The so-name is the name of file that client code is stored in (typically, clientname.so)

Author

       Jeremy Hall

4                                                     2022                                          JACK_LOAD(1)

Description

jack_load is a JACK toolkit client. It loads the specified plugin and creates an in-process client.

Name

       jack_load - JACK toolkit client for loading in-process clients

Options

-i, --init init-string
              initialization string passed to the in-process client. Note that this can also be specified as the
              last argument on the command line.

       -s, --server servername
              Name of JACK server to connect to

       -w, --wait
              Wait for a signal (eg. from Ctrl-c) and then unload the client.

Synopsis

jack_load [ -i initstring ] [ -s servername ] [-w ] client-name so-name [ initstring ]

See Also