Copyright © 2005-2019 MultiMedia Soft

MIDI property (RO)

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property MIDI As MIDIMan


 

[C#]

public MIDIMan MIDI {get;}


 

[C++]

public: __property MIDIMan* get_MIDI ();


 

This property is Read-only

 

 

Remarks

The object used to manage MIDI protocol.

This property encapsulates the functionality of the MIDIMan class and the IMIDI COM interface.

Further information about management of MIDI protocol can be found inside the How to deal with MIDI protocol tutorial.