mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 16:55:42 +01:00
aplaymidi: clarify multi-port documentation
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>
This commit is contained in:
parent
4c09aaa5c1
commit
8f7b63be04
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue