make jack_connect agnostic about the order of its port arguments (duh!)
[jack.git] / man / jack_load.1
bloba5818e923abfa15808ec1680814ca22adaf3e765
1 .TH JACK_LOAD "1" "August 2003" "0.91.1"
2 .SH NAME
3 jack_load \- The JACK Audio Connection Kit example client
4 .SH SYNOPSYS
5 .B jack_load
6 client-name so-name [so-data]
7 .PP
8 The client-name must be a yet unused client name.
9 The so-name is the name of a plugin under /usr/lib/libjack*.
10 .SH DESCRIPTION
11 .B jack_load
12 is an example client for the JACK Audio Connection Kit. It loads the
13 specified plugin and creates a client.
14 .SH EXAMPLE
15 .B jack_load in_process_test inprocess
16 .SH AUTHOR
17 Jeremy Hall
18 .PP
19 This manpage was written by Robert Jordens <rjo@gmx.de> for Debian.