Tizen 2.1 base
[external/alsa-utils.git] / seq / aplaymidi / aplaymidi.1
1 .TH APLAYMIDI 1 "15 Feb 2004"
2
3 .SH NAME
4 aplaymidi \- play Standard MIDI Files
5
6 .SH SYNOPSIS
7 .B aplaymidi
8 \-p client:port[,...] [\-d delay] midifile ...
9
10 .SH DESCRIPTION
11 .B aplaymidi
12 is a command-line utility that plays the specified MIDI file(s) to one
13 or more ALSA sequencer ports.
14
15 .SH OPTIONS
16
17 .TP
18 .I \-h, \-\-help
19 Prints a list of options.
20
21 .TP
22 .I \-V, \-\-version
23 Prints the current version.
24
25 .TP
26 .I \-l, \-\-list
27 Prints a list of possible output ports.
28
29 .TP
30 .I \-p, \-\-port=client:port,...
31 Sets the sequencer port(s) to which the events in the MIDI file(s) are
32 sent.
33
34 A client can be specified by its number, its name, or a prefix of its
35 name. A port is specified by its number; for port 0 of a client, the
36 ":0" part of the port specification can be omitted.
37
38 For compatibility with
39 .B pmidi(1),
40 the port specification is taken from the
41 .I ALSA_OUTPUT_PORTS
42 environment variable if none is given on the command line.
43
44 .TP
45 .I \-d, \-\-delay=seconds
46 Specifies how long to wait after the end of each MIDI file,
47 to allow the last notes to die away.
48
49 .SH SEE ALSO
50 pmidi(1)
51 .br
52 playmidi(1)
53
54 .SH AUTHOR
55 Clemens Ladisch <clemens@ladisch.de>