Copyright © 2013-2015 MultiMedia Soft

MidiDevices object

Previous pageReturn to chapter overviewNext page

The MidiDevices object, accessible through the control's MidiDevices property, is internally implemented as a COM interface called IMidiDevices and contains methods needed to manage communication with input and output MIDI devices.

 

The MidiDevices object is implemented through the following methods:

 

Close

CountGet

EventReadRaw

EventReadRawInfoGet

EventReadShort

EventWriteRaw

EventWriteShort

InfoGet

InputEventCallbackSet

InputEventFilterSet

InputOutputConnect

InputOutputDisconnect

IsOpened

Open

Reset

 

 

For further details about the use of MIDI devices see the How to manage MIDI devices tutorial.