How do I play a MIDI file using the Mobile Media API (MMAPI)?
Created Apr 1, 2006
John Zukowski
Player player = Manager.createPlayer("http://example.com/example.midi");
player.start();