MMC CARD
[usefulcode.git] / autopm / ramdisk / usr / local / aplay / share / man / man1 / aseqdump.1
blobf6f2aa9cb12b905c284705b92c33e4859ad26f04
1 .TH ASEQDUMP 1 "19 Feb 2005"
3 .SH NAME
4 aseqdump \- show the events received at an ALSA sequencer port
6 .SH SYNOPSIS
7 .B aseqdump
8 [\fI\-p client:port,...\fP]
10 .SH DESCRIPTION
11 .B aseqdump
12 is a command-line utility that prints the sequencer events it receives as text.
14 To stop receiving, press Ctrl+C.
16 .SH OPTIONS
18 .TP
19 .I \-h,\-\-help
20 Prints a list of options.
22 .TP
23 .I \-V,\-\-version
24 Prints the current version.
26 .TP
27 .I \-l,\-\-list
28 Prints a list of possible input ports.
30 .TP
31 .I \-p,\-\-port=client:port,...
32 Sets the sequencer port(s) from which events are received.
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.
38 .SH AUTHOR
39 Clemens Ladisch <clemens@ladisch.de>