Blame seq/aplaymidi/aplaymidi.1

Packit Service a9274b
.TH APLAYMIDI 1 "2 Nov 2011"
Packit Service a9274b
Packit Service a9274b
.SH NAME
Packit Service a9274b
aplaymidi \- play Standard MIDI Files
Packit Service a9274b
Packit Service a9274b
.SH SYNOPSIS
Packit Service a9274b
.B aplaymidi
Packit Service a9274b
\-p client:port[,...] [\-d delay] midifile ...
Packit Service a9274b
Packit Service a9274b
.SH DESCRIPTION
Packit Service a9274b
.B aplaymidi
Packit Service a9274b
is a command-line utility that plays the specified MIDI file(s) to one
Packit Service a9274b
or more ALSA sequencer ports.
Packit Service a9274b
Packit Service a9274b
.SH OPTIONS
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
.I \-h, \-\-help
Packit Service a9274b
Prints a list of options.
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
.I \-V, \-\-version
Packit Service a9274b
Prints the current version.
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
.I \-l, \-\-list
Packit Service a9274b
Prints a list of possible output ports.
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
.I \-p, \-\-port=client:port,...
Packit Service a9274b
Sets the sequencer port(s) to which the events in the MIDI file(s) are
Packit Service a9274b
sent.
Packit Service a9274b
Packit Service a9274b
A client can be specified by its number, its name, or a prefix of its
Packit Service a9274b
name. A port is specified by its number; for port 0 of a client, the
Packit Service a9274b
":0" part of the port specification can be omitted.
Packit Service a9274b
Packit Service a9274b
Multiple ports can be specified to allow playback of MIDI file(s) that
Packit Service a9274b
contain events for multiple devices (ports), as specified by "Port
Packit Service a9274b
Number" meta events.
Packit Service a9274b
Packit Service a9274b
For compatibility with
Packit Service a9274b
.B pmidi(1),
Packit Service a9274b
the port specification is taken from the
Packit Service a9274b
.I ALSA_OUTPUT_PORTS
Packit Service a9274b
environment variable if none is given on the command line.
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
.I \-d, \-\-delay=seconds
Packit Service a9274b
Specifies how long to wait after the end of each MIDI file,
Packit Service a9274b
to allow the last notes to die away.
Packit Service a9274b
Packit Service a9274b
.SH BUGS
Packit Service a9274b
.B aplaymidi
Packit Service a9274b
handles "Port Number" meta events, but not "Port Name" meta events.
Packit Service a9274b
Packit Service a9274b
.SH SEE ALSO
Packit Service a9274b
pmidi(1)
Packit Service a9274b
.br
Packit Service a9274b
playmidi(1)
Packit Service a9274b
Packit Service a9274b
.SH AUTHOR
Packit Service a9274b
Clemens Ladisch <clemens@ladisch.de>