jack-dssi-host

Langue: en

Version: March 13th, 2005 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

jack-dssi-host

SYNOPSIS

jack-dssi-host [-v] [-p <projdir>] [-<i>] <libname>[:<label>] [...]

DESCRIPTION

This manual page documents briefly the jack-dssi-host command. This manual page was written for the Debian distribution because the original program does not have a manual page.

OPTIONS

-v
Verbose mode
-p <projdir>
Project directory to pass to plugin and UI
-<i>
Number of instances of each plugin to run (max 16 total, default 1)
<libname>
DSSI plugin library .so to load (searched for in $DSSI_PATH)
<label>
Label of plugin to load from library
[...]
Optionally more instance counts, plugins and labels

EXAMPLE

jack-dssi-host -2 lib1.so -1 lib2.so:fuzzy Runs two instances of the first plugin found in lib1.so, assigned to MIDI channels 0 and 1 and connected to the first available JACK outputs, and one instance of the "fuzzy" plugin in lib2.so with MIDI channels 2 and 3 and connected to the next available JACK outputs.

NOTE

As a special case, if this program is started with a name other than jack-dssi-host, and if that name (plus .so suffix) can be found in the DSSI path as a valid plugin library, and if no further command line arguments are given, then the first plugin in that library will be loaded automatically.

AUTHOR

This manual page was adapted by Mark Hymers <mark.hymers@ncl.ac.uk> from the help text of the application, for the Debian project (but may be freely used by others).