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