]> git.alsa-project.org Git - alsa-utils.git/commitdiff
aplaymidi: clarify multi-port documentation
authorClemens Ladisch <clemens@ladisch.de>
Wed, 2 Nov 2011 18:44:12 +0000 (19:44 +0100)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 2 Nov 2011 19:03:42 +0000 (20:03 +0100)
The man page did not document what happens when multiple ports are
specified; this could be misinterpreted as the events being duplicated
so that they are played on all ports simultaneously.  As suggested by
Peter Billam, clarify that these ports are only used for multi-port MIDI
files.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
seq/aplaymidi/aplaymidi.1

index 013412999fe48990ff356fbeab35afc00dad9ebb..02fef9d9d6689527ec80a4e0b53c104c170c3005 100644 (file)
@@ -1,4 +1,4 @@
-.TH APLAYMIDI 1 "15 Feb 2004"
+.TH APLAYMIDI 1 "2 Nov 2011"
 
 .SH NAME
 aplaymidi \- play Standard MIDI Files
@@ -35,6 +35,10 @@ A client can be specified by its number, its name, or a prefix of its
 name. A port is specified by its number; for port 0 of a client, the
 ":0" part of the port specification can be omitted.
 
+Multiple ports can be specified to allow playback of MIDI file(s) that
+contain events for multiple devices (ports), as specified by "Port
+Number" meta events.
+
 For compatibility with
 .B pmidi(1),
 the port specification is taken from the
@@ -46,6 +50,10 @@ environment variable if none is given on the command line.
 Specifies how long to wait after the end of each MIDI file,
 to allow the last notes to die away.
 
+.SH BUGS
+.B aplaymidi
+handles "Port Number" meta events, but not "Port Name" meta events.
+
 .SH SEE ALSO
 pmidi(1)
 .br