nn::midi::CTR Namespace

Description

The CTR MIDI namespace.
(This can also be written without the "::CTR" portion.)

Functions

Initialize/Finalize
Initialize Initializes the MIDI library. Call this function once before using the library.
Finalize Finalizes the MIDI library. Call this function once after using the library.
Other
Open Opens a MIDI device and enables it for use.
Close Closes a MIDI device.
Reset Resets a MIDI device to the state immediately after Open was called. If Read has been called from a different thread, Read will return an error.
GetDeviceInfo Gets device info.
GetReadableLength Gets the amount of data that has accumulated in the device's buffer.
Read Reads in data.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL