midicvt (tool command)

Functions as a MIDI file converter

Syntax

midicvt [-v] [-s] [-o] <input file> <output file>

Description

midicvt converts a Type 1 Standard MIDI file to a Type 0 Standard MIDI file for use with the Nintendo 64 Audio Library. It will optionally strip out all messages that are not recognized by the Audio Library (for example, text, system exclusive, and certain controller messages).

Command Line Options

-v
Turns on verbose mode.

-s
Strips all messages that are not recognized by the Audio Library.

-o
Orders the midi events.

<input file>
Is the name of a Type 1 or Type 0 Standard MIDI file.

<output file>
Is the name of a Type 0 Standard MIDI file.

See Also

midiprint

Revision History

1999/04/30 Changed Format