diff options
Diffstat (limited to 'doc/patchage.1')
-rw-r--r-- | doc/patchage.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/patchage.1 b/doc/patchage.1 new file mode 100644 index 0000000..07cdabe --- /dev/null +++ b/doc/patchage.1 @@ -0,0 +1,27 @@ +.TH PATCHAGE 1 "15 Dec 2010" + +.SH NAME +.B patchage \- Graphically connect JACK and ALSA Audio/MIDI ports + +.SH SYNOPSIS +.B Patchage +provides a graphical interface to connect Jack/Alsa Audio/MIDI inputs +and outputs. Each application is represented on a canvas as a "module" +with inputs on the left and outputs on the right. Modules can be arranged +manually or automatically to have a clear display of the current setup. + +.SH OPTIONS +.TP +\fB\-h\fR, \fB\-\-help\fR +Print the command line options. + +.TP +\fB\-A\fR, \fB\-\-no\-alsa\fR +Do not automatically attach to ALSA. + +.TP +\fB\-J\fR, \fB\-\-no\-jack\fR +Do not automatically attach to JACK. + +.SH AUTHOR +Patchage was written by David Robillard <d@drobilla.net> |