summaryrefslogtreecommitdiffabout
path: root/man/mididump.1
Side-by-side diff
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 @@
+.TH mididump 1 "August 11th, 2006" "mididump(1)" "Klever Group (http://www.klever.net/)"
+.hla en
+
+.SH NAME
+
+mididump \- Standard MIDI File dump
+
+.SH SYNOPSYS
+
+\fBmididump\fR
+[\fB-h\fR | \fB--help\fR | \fB--usage\fR]
+[\fB-V\fR | \fB--version\fR]
+[\fB-L\fR | \fB--license\fR]
+[<input-file>[ <output-file>]]
+
+.SH DESCRIPTION
+
+mididump outputs ascii representation of the input SMF file. At this point it
+may only be useful for debugging purpose.
+
+if you want to load file from standard input or dump results to standard output
+just omit corresponding file or specify '-'.
+
+.SH OPTIONS
+
+.TP
+\fB-h\fR, \fB--help\fR, \fB--usage\fR
+Display short usage message and exit.
+.TP
+\fB-V\fR, \fB--version\fR
+Report version and exit.
+.TP
+\fB-L\fR, \fB--license\fR
+Show licensing terms.
+
+.SH EXIT STATUS
+
+Zero in case of success, non-zero otherwise.
+
+.SH AUTHOR
+
+Written by Michael 'hacker' Krelin <hacker@klever.net>
+
+.SH COPYRIGHT
+
+Copyright (c) 2006 Klever Group (http://www.klever.net/)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+.SH BUGS
+
+You tell me. Send reports to <midillo-bugs@klever.net>
+
+.SH SEE ALSO
+\fBmidi2f0\fR(1)
+\fBmidifilter\fR(1)