javax.microedition.media.control.MIDIControl

This provides control over a MIDI device by permitting events and otherwise to be transmitted. To request a control you must call {@link Manager#createPlayer(String)} with {@link Manager#MIDI_DEVICE_LOCATOR}. Then you must call {@link Player#getControl(String)} with a value of {@code "javax.microedition.media.control.MIDIControl"} to gain access to this interface.