Getting information about a MIDI filePurpose. Displays general information about a MIDI file: MIDI file type, division type, timing resolution, length (in ticks) and duration (in μs) Usage. java MidiFileInfo [[ -f ] | [ -u ] | [ -s ]] [ -i ] [ midifile ] Parameters.
Bugs, limitations. Some combination of options do not work. With Sun's implementation tick and microsecond length are only shown with option -i. With Tritonus, length and duration cannot be displayed at all. Source code. MidiFileInfo.java | |