summaryrefslogtreecommitdiffabout
path: root/man/midi2f0.1
Unidiff
Diffstat (limited to 'man/midi2f0.1') (more/less context) (ignore whitespace changes)
-rw-r--r--man/midi2f0.185
1 files changed, 85 insertions, 0 deletions
diff --git a/man/midi2f0.1 b/man/midi2f0.1
new file mode 100644
index 0000000..ae89ea8
--- a/dev/null
+++ b/man/midi2f0.1
@@ -0,0 +1,85 @@
1.TH midi2f0 1 "August 11th, 2006" "midi2f0(1)" "Klever Group (http://www.klever.net/)"
2.hla en
3
4.SH NAME
5
6midi2f0 \- Standard MIDI File converter
7
8.SH SYNOPSYS
9
10\fBmidi2f0\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
18midi2f0 converts Standard MIDI Files to Standard MIDI Files format 0, which
19is single track midi file. You may want to perform such conversion before
20putting the file on the memory card for some MIDI keyboard consumption.
21
22if you want to load file from standard input or dump results to standard output
23just omit corresponding file or specify '-'.
24
25.SH OPTIONS
26
27.TP
28\fB-h\fR, \fB--help\fR, \fB--usage\fR
29Display short usage message and exit.
30.TP
31\fB-V\fR, \fB--version\fR
32Report version and exit.
33.TP
34\fB-L\fR, \fB--license\fR
35Show licensing terms.
36
37.SH EXAMPLE
38
39.TP
40.nf
41\fBmidi2f0\fR midifile.mid \\
42| \fBmidifilter\fR \fB-f\fR \fBsysex,meta_unknown,meta_obsolete,meta_texts\fR \\
43>/mnt/card/casio_md/midifile.mid
44.fi
45
46This command converts file to SMF0 file, strips events not understood and not
47used by the keyboard and puts it to the memory card.
48
49.SH EXIT STATUS
50
51Zero in case of success, non-zero otherwise.
52
53.SH AUTHOR
54
55Written by Michael 'hacker' Krelin <hacker@klever.net>
56
57.SH COPYRIGHT
58
59Copyright (c) 2006 Klever Group (http://www.klever.net/)
60
61Permission is hereby granted, free of charge, to any person obtaining a copy of
62this software and associated documentation files (the "Software"), to deal in
63the Software without restriction, including without limitation the rights to
64use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
65of the Software, and to permit persons to whom the Software is furnished to do
66so, subject to the following conditions:
67
68The above copyright notice and this permission notice shall be included in all
69copies or substantial portions of the Software.
70
71THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77SOFTWARE.
78
79.SH BUGS
80
81You tell me. Send reports to <midillo-bugs@klever.net>
82
83.SH SEE ALSO
84\fBmidifilter\fR(1)
85\fBmididump\fR(1)