nn::midi::CTR::Open FunctionResult Open();
None.
| Value | Description |
|---|---|
| Success | Process was successful. The return value's IsSuccess function returns true in this state. |
ResultAlreadyOpened |
Already in an opened state. The MIDI device is currently available for use. |
ResultUnknownDevice |
Device could not be recognized. Confirm that UIC-MIDI is inserted in the card slot and then reload the program. |
| A value other than the above | Unexpected error. |
Opens a MIDI device and enables it for use.
CONFIDENTIAL