1ASEQDUMP(1) General Commands Manual ASEQDUMP(1)
2
3
4
6 aseqdump - show the events received at an ALSA sequencer port
7
8
10 aseqdump [-p client:port,...]
11
12
14 aseqdump is a command-line utility that prints the sequencer events it
15 receives as text.
16
17 To stop receiving, press Ctrl+C.
18
19
21 -h,--help
22 Prints a list of options.
23
24
25 -V,--version
26 Prints the current version.
27
28
29 -l,--list
30 Prints a list of possible input ports.
31
32
33 -p,--port=client:port,...
34 Sets the sequencer port(s) from which events are received.
35
36 A client can be specified by its number, its name, or a prefix
37 of its name. A port is specified by its number; for port 0 of a
38 client, the ":0" part of the port specification can be omitted.
39
40
42 Clemens Ladisch <clemens@ladisch.de>
43
44
45
46 19 Feb 2005 ASEQDUMP(1)