summaryrefslogtreecommitdiffabout
path: root/man/mididump.1
Unidiff
Diffstat (limited to 'man/mididump.1') (more/less context) (ignore whitespace changes)
-rw-r--r--man/mididump.172
1 files changed, 72 insertions, 0 deletions
diff --git a/man/mididump.1 b/man/mididump.1
new file mode 100644
index 0000000..e236ddc
--- a/dev/null
+++ b/man/mididump.1
@@ -0,0 +1,72 @@
1.TH mididump 1 "August 11th, 2006" "mididump(1)" "Klever Group (http://www.klever.net/)"
2.hla en
3
4.SH NAME
5
6mididump \- Standard MIDI File dump
7
8.SH SYNOPSYS
9
10\fBmididump\fR
11[\fB-h\fR | \fB--help\fR | \fB--usage\fR]
12[\fB-V\fR | \fB--version\fR]
13[\fB-L\fR | \fB--license\fR]
14[<input-file>[ <output-file>]]
15
16.SH DESCRIPTION
17
18mididump outputs ascii representation of the input SMF file. At this point it
19may only be useful for debugging purpose.
20
21if you want to load file from standard input or dump results to standard output
22just omit corresponding file or specify '-'.
23
24.SH OPTIONS
25
26.TP
27\fB-h\fR, \fB--help\fR, \fB--usage\fR
28Display short usage message and exit.
29.TP
30\fB-V\fR, \fB--version\fR
31Report version and exit.
32.TP
33\fB-L\fR, \fB--license\fR
34Show licensing terms.
35
36.SH EXIT STATUS
37
38Zero in case of success, non-zero otherwise.
39
40.SH AUTHOR
41
42Written by Michael 'hacker' Krelin <hacker@klever.net>
43
44.SH COPYRIGHT
45
46Copyright (c) 2006 Klever Group (http://www.klever.net/)
47
48Permission is hereby granted, free of charge, to any person obtaining a copy of
49this software and associated documentation files (the "Software"), to deal in
50the Software without restriction, including without limitation the rights to
51use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
52of the Software, and to permit persons to whom the Software is furnished to do
53so, subject to the following conditions:
54
55The above copyright notice and this permission notice shall be included in all
56copies or substantial portions of the Software.
57
58THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64SOFTWARE.
65
66.SH BUGS
67
68You tell me. Send reports to <midillo-bugs@klever.net>
69
70.SH SEE ALSO
71\fBmidi2f0\fR(1)
72\fBmidifilter\fR(1)