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
36 -u, --ump=version
37 Changes the sequencer client to the given MIDI version and out‐
38 puts via the UMP packets instead of legacy sequencer events. As
39 of now, the only supported version is 1.
40
41 A client can be specified by its number, its name, or a prefix
42 of its name. A port is specified by its number; for port 0 of a
43 client, the ":0" part of the port specification can be omitted.
44
45 Multiple ports can be specified to allow playback of MIDI
46 file(s) that contain events for multiple devices (ports), as
47 specified by "Port Number" meta events.
48
49 For compatibility with pmidi(1), the port specification is taken
50 from the ALSA_OUTPUT_PORTS environment variable if none is given
51 on the command line.
52
53
54 -d, --delay=seconds
55 Specifies how long to wait after the end of each MIDI file, to
56 allow the last notes to die away.
57
58
60 aplaymidi handles "Port Number" meta events, but not "Port Name" meta
61 events.
62
63
65 pmidi(1)
66 playmidi(1)
67
68
70 Clemens Ladisch <clemens@ladisch.de>
71
72
73
74 2 Nov 2011 APLAYMIDI(1)