jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
914B

  1. .TH JACK_LOAD "1" "!DATE!" "!VERSION!"
  2. .SH NAME
  3. jack_load \- JACK toolkit client for loading in-process clients
  4. .SH SYNOPSIS
  5. \fBjack_load\fR [ \fI-i\fR initstring ] [ \fI-s\fR servername ] [\fI-w\fR ] client-name so-name [ initstring ]
  6. .SH DESCRIPTION
  7. \fBjack_load\fR is a JACK toolkit client. It loads the specified plugin and creates an in-process client.
  8. .SH ARGUMENTS
  9. .PP
  10. The client-name must be a currently unused client name.
  11. .PP
  12. The so-name is the name of file that client code is stored in (typically, \fIclientname.so\fR)
  13. .SH OPTIONS
  14. .TP
  15. \fB-i\fR, \fB--init\fR init-string
  16. .br
  17. initialization string passed to the in-process client. Note that this can also be specified as the last argument on the command line.
  18. .TP
  19. \fB-s\fR, \fB--server\fR servername
  20. .br
  21. Name of JACK server to connect to
  22. .TP
  23. \fB-w\fR, \fB--wait\fR
  24. Wait for a signal (eg. from Ctrl-c) and then unload the client.
  25. .SH AUTHOR
  26. Jeremy Hall