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