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