1APLAYMIDI(1) General Commands Manual APLAYMIDI(1)
2
3
4
6 aplaymidi - play Standard MIDI Files
7
8
10 aplaymidi -p client:port[,...] [-d delay] midifile ...
11
12
14 aplaymidi is a command-line utility that plays the specified MIDI
15 file(s) to one or more ALSA sequencer ports.
16
17
19 -h, --help
20 Prints a list of options.
21
22
23 -V, --version
24 Prints the current version.
25
26
27 -l, --list
28 Prints a list of possible output ports.
29
30
31 -p, --port=client:port,...
32 Sets the sequencer port(s) to which the events in the MIDI
33 file(s) are sent.
34
35 A client can be specified by its number, its name, or a prefix
36 of its name. A port is specified by its number; for port 0 of a
37 client, the ":0" part of the port specification can be omitted.
38
39 Multiple ports can be specified to allow playback of MIDI
40 file(s) that contain events for multiple devices (ports), as
41 specified by "Port Number" meta events.
42
43 For compatibility with pmidi(1), the port specification is taken
44 from the ALSA_OUTPUT_PORTS environment variable if none is given
45 on the command line.
46
47
48 -d, --delay=seconds
49 Specifies how long to wait after the end of each MIDI file, to
50 allow the last notes to die away.
51
52
54 aplaymidi handles "Port Number" meta events, but not "Port Name" meta
55 events.
56
57
59 pmidi(1)
60 playmidi(1)
61
62
64 Clemens Ladisch <clemens@ladisch.de>
65
66
67
68 2 Nov 2011 APLAYMIDI(1)