website/index.html: Extend Feedback section (codeberg.org)
[a2jmidid.git] / man / a2jmidid.1
bloba686a5ba720e1fc27361cb95e9e9402f9e5d291e
1 .TH a2jmidid 1 "July 2009" Linux "User Manuals"  
3 .SH NAME 
4 a2jmidid \- JACK MIDI daemon for ALSA MIDI
5 .SH SYNOPSIS
6 .B a2jmidid [-j jack-server] [e | --export-hw] [-u] [-n]
7 .SH DESCRIPTION
8 a2jmidid is a daemon that implements automatic bridging. For every ALSA
9 sequencer port you get one JACK midi port. If ALSA sequencer port is
10 both input and output one, you get two JACK MIDI ports, one input and
11 output.
12 .SH OPTIONS
13 .IP "-e | --export-hw"
14 forces a2jmidid to bridge hardware ports as well as software ports
15 .IP "-u"
16 forces a2jmidid to generate non-unique port names (see NOTES)
17 .IP -j
18 specifies which jack-server to use
19 .IP -n
20 do not filter note on
21 .SH NOTES
22 ALSA does not guarantee client names to by unique. I.e. it is possible
23 to have two apps that create two clients with same ALSA client name.
24 JACK however requires port names to be unique. To ensure this uniqueness,
25 a2jmidid will add the unique numeric ALSA client ID to the JACK port name.
26 However this behaviour is known to be problematic when restoring
27 connections using simplistic tools like aj\-snapshot and jack_connect.
28 In order to make them work, the -u option can be used. This option will
29 cause a2jmidid to omit the numeric ALSA Client ID from JACK port names.
30 In this mode, ALSA client name uniqueness must be guaranteed externally.
32 .SH AUTHOR
33 Eric Hedekar <after the beep at g mail dot nospam com>
34 .SH "SEE ALSO"
35 .BR a2j_control (1),
36 .BR a2jmidi_bridge (1),
37 .BR j2amidi_bridge (1)