OBSOLETE: Plays a single MIDI or RMF file

Purpose. Plays a single MIDI or RMF file, then exits.

Usage. 

java MidiRouter [-s] [-m] [-d] <midifile>

Parameters. 

-s

play on the default synthesizer

-m

play on the MIDI port

-d

dump on the console

<midifile>

the file name of the MIDI or RMF file that should be played

Bugs, limitations. For Sun's implementation of Java Sound, playing to the MIDI port and dumping to the console do not work. For Tritonus, playing RMF files does not work.