midicvt.1 768 Bytes
.TH midicvt 1P local "Silicon Graphics, Inc."
.SH NAME
midicvt \- MIDI file converter
.SH SYNOPSIS
\f3midicvt\f1 [-v] [-s] [-o] <input file> <output file>
.SH DESCRIPTION
midicvt will convert a Type 1 Standard MIDI file to a Type 0 Standard
MIDI file for use with the Ultra 64 Audio Library. It will optionally
strip out all messages that are not recognized by the Audio Library
(e.g. text, system exclusive, and certain controller messages).
.PP 
Command line options are:
.RS 5
.TP 12
.B -v
turns on verbose mode
.TP
.B -s
strips all messages that are not recongnized by the Audio Library.
.TP
.B -o
orders the midi events.
.TP
.B <input file>
a Type 1 or Type 0 Standard MIDI file
.TP
.B <output file>
a Type 0 Standard MIDI file
.SH "SEE ALSO"
.IR midiprint (1P)