nn::midi::CTR Namespace

Description

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

Structures

nn::midi::CTR::DeviceInfo Structure representing MIDI device information.

Functions

Initialize and 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 returns 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