| Interface | Description |
|---|---|
| MidiLibrary.Callback |
Callback interface used for running code upon completion of asynchronous
MidiLibrary creation. |
| MidiLibrary.MapNode |
Represents an entry in a
MidiLibrary.Folder. |
| MidiReceiverAdapter.IOExceptionCallback |
Callback triggered when an
IOException is raised. |
| MusicQueue.Callback |
Callback triggered when the available queue manipulation options change.
|
| Class | Description |
|---|---|
| MidiForwarder |
Receiver that simply forwards received messages to another Receiver set with MidiForwarder.setReceiver(Receiver). |
| MidiLibrary |
Represents the MIDI file library of an Android device.
|
| MidiLibrary.Folder |
A structure representing a folder in a
MidiLibrary. |
| MidiLibrary.MidiFile |
A structure representing a MIDI file that can be contained in a
MidiLibrary.Folder. |
| MidiLibrary.RootFolder |
Subclass of
MidiLibrary.Folder that allows for a null name. |
| MidiPortInfoWrapper | |
| MidiReceiverAdapter |
A
Receiver that streams all messages to a MidiReceiver. |
| MidiTransmitterAdapter |
A
MidiReceiver that also acts as a Transmitter in order to bridge Android and Java MIDI APIs. |
| MoppyManager |
Manages all objects necessary to operate Moppy and provides methods to control them.
|
| MoppyManager.Callback |
Callbacks fired when each method has completed successfully.
|
| MoppyMediaService |
The media service that controls Moppy playback.
|
| MoppyMidiService |
MidiDeviceService for providing virtual MIDI devices for MoppyMediaService. |
| MoppyUsbManager |
Manages the USB serial connections to Moppy devices and provides information about them.
|
| MusicQueue |
Represents a queue of
MediaSessionCompat.QueueItems that
manages the current playing item, as well as maintains a window to be used with
MediaSessionCompat.setQueue(List). |
| ReceiverDispatcher |