MIDI Adapter API Description

Introduction

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.

Result Code List

Return Values Description
MIDI_READY Completed successfully
MIDI_NOT_READY Failed
MIDI_BUSY Busy

Notes

Including the MIDI Adapter library in final products is prohibited

Do not include the MIDI Adapter library in any final products which will be released in the marketplace.

Issuing multiple function calls to the same controller port is prohibited

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.

Revision History

2007/05/09 Initial version.


CONFIDENTIAL