Linux Commands Examples

A great documentation place for Linux commands

jack_load

JACK toolkit client for loading in-process clients

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

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

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.

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

How can this site be more helpful to YOU ?


give  feedback