From 8adddd6336b50981c78a8d6db59e7f1554cc155f Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 24 Oct 2008 05:56:35 +0000 Subject: [PATCH] add documentation to the jackd man page on -X ALSA backend option git-svn-id: http://subversion.jackaudio.org/jack/trunk/jack@3037 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jackd/jackd.1.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jackd/jackd.1.in b/jackd/jackd.1.in index 857ffa7..d26a7b1 100644 --- a/jackd/jackd.1.in +++ b/jackd/jackd.1.in @@ -215,6 +215,16 @@ unsuccessful. Default is to prefer 32\-bit samples. .br Ignore xruns reported by the ALSA driver. This makes JACK less likely to disconnect unresponsive ports when running without \fB\-\-realtime\fR. +.TP +\fB\-X, \-\-midi \fR[\fIseq\fR|\fIraw\fR] +.br +Specify which ALSA MIDI system to provide access to. Using \fBraw\fR +will provide a set of JACK MIDI ports that correspond to each raw ALSA +device on the machine. Using \fBseq\fR will provide a set of JACK MIDI +ports that correspond to each ALSA "sequencer" client (which includes +each hardware MIDI port on the machine). \fBraw\fR provides slightly +better performance but does not permit JACK MIDI communication with +software written to use the ALSA "sequencer" API. .SS COREAUDIO BACKEND PARAMETERS .TP \fB\-c \-\-channel\fR -- 2.11.4.GIT