MIDI object |
|
The MIDI object, accessible through the control's MIDI property, is internally implemented as a COM interface called IMIDI and contains methods needed to manage MIDI protocol, MIDI files and MIDI input devices.
The MIDI object is implemented through the following methods:
Methods
StreamEventsEnableNotifications
StreamEventsListItemUniqueIdGet
Data structures
Further information about management of MIDI protocol can be found inside the How to deal with MIDI protocol tutorial.
Samples of management of MIDI protocol in Visual C++ 6 and Visual Basic 6 can be found inside the following samples installed with the product's setup package:
- MidiPlayer
- MidiSynthesizer