mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
2b08d585a3
Add the support for showing the UMP events to aseqdump. With the new option -u, the program can start as a UMP sequencer client and receive UMP events instead of the legacy MIDI events. Also, the automatic event conversion among legacy and UMP clients can be suppressed by the new -r option, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
48 lines
1 KiB
Groff
48 lines
1 KiB
Groff
.TH ASEQDUMP 1 "19 Feb 2005"
|
|
|
|
.SH NAME
|
|
aseqdump \- show the events received at an ALSA sequencer port
|
|
|
|
.SH SYNOPSIS
|
|
.B aseqdump
|
|
[\fI\-p client:port,...\fP]
|
|
|
|
.SH DESCRIPTION
|
|
.B aseqdump
|
|
is a command-line utility that prints the sequencer events it receives as text.
|
|
|
|
To stop receiving, press Ctrl+C.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
.I \-h,\-\-help
|
|
Prints a list of options.
|
|
|
|
.TP
|
|
.I \-V,\-\-version
|
|
Prints the current version.
|
|
|
|
.TP
|
|
.I \-l,\-\-list
|
|
Prints a list of possible input ports.
|
|
|
|
.TP
|
|
.I \-u,\-\-ump=version
|
|
Sets the client MIDI version.
|
|
0 is for legacy mode, 1 is UMP MIDI 1.0 mode, and 2 is UMP MIDI 2.0 mode.
|
|
|
|
.TP
|
|
.I \-r,\-\-raw
|
|
Suppress the automatic conversion of events among UMP and legacy clients.
|
|
|
|
.TP
|
|
.I \-p,\-\-port=client:port,...
|
|
Sets the sequencer port(s) from which events are received.
|
|
|
|
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.
|
|
|
|
.SH AUTHOR
|
|
Clemens Ladisch <clemens@ladisch.de>
|