The MIDI Adapter library is primarily designed to support developers who work with sounds. Using MIDI adapters as the interface, MIDI devices can be connected to the Wii development console, allowing simple and easy test playing of sounds in the Wii environment. The MIDI Adapter library is categorized as a developer support library, so do not include this library in final products.
| Return Values | Description |
| MIDI_READY | Completed successfully |
|---|---|
| MIDI_NOT_READY | Failed |
| MIDI_BUSY | Busy |
Do not include the MIDI Adapter library in any final products which will be released in the marketplace.
Unlike DVD functions, MIDI Adapter library functions can only perform one operation each time they are called. Whether they are synchronous or asynchronous, do not call the next function until the previously-called function has finished.
2007/05/09 Initial version.
CONFIDENTIAL