Man page - jack_load(1)
Packages contas this manual
- jack_simple_client(1)
- jack_connect(1)
- jack_load(1)
- jack_impulse_grabber(1)
- jack_lsp(1)
- jack_rec(1)
- jack_property(1)
- alsa_in(1)
- jack_metro(1)
- jack_showtime(1)
- jack_samplerate(1)
- jack_unload(1)
- jack_freewheel(1)
- jack_monitor_client(1)
- jack_iodelay(1)
- jack_disconnect(1)
- jack_transport(1)
- alsa_out(1)
- jack_bufsize(1)
- jack_wait(1)
- jack_netsource(1)
Package: jack-example-tools
apt-get install jack-example-tools
apt-get install jack-example-tools
Manuals in package:
Documentations in package:
Manual
| JACK_LOAD(1) | General Commands Manual | JACK_LOAD(1) |
NAME
jack_load - JACK toolkit client for loading in-process clients
SYNOPSIS
jack_load [ -i initstring ] [ -s servername ] [-w ] client-name so-name [ initstring ]
DESCRIPTION
jack_load is a JACK toolkit client. It loads the specified plugin and creates an in-process 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)
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.
AUTHOR
Jeremy Hall
| 2022 | 4 |