(Japanese / English)

Usage

Command

mbt <option> [file]

Option

-ccompile mode (MBT→SMF)
-hdisplay help message
-vdisplay version
-zoutput SMF format 0 (when compile mode)
-o <file>set output <file>
-q <TPQN>set input <TPQN> (when compile mode)
-t <TPQN>set output <TPQN>

TPQN

TPQN signifies Ticks Per Qwater Note.

Example

SMF→MBT

Convert SMF to MBT.

mbt sample.mid

Set output file.

mbt -o sample.mbt sample.mid

Set output TPQN=384.

mbt -t 384 sample.mid

MBT→SMF

Convert MBT to SMF.

mbt -c sample.mbt

Set output SMF format zero.

mbt -c -z sample.mbt

Set output file.

mbt -c -o sample.mid sample.mbt

Set input TPQN=480 (default=480).

mbt -c -q 480 sample.mid

Set output TPQN=480.

mbt -c -t 480 sample.mid


Back