BASS.NET API for the Un4seen BASS Audio Library

MidiMessageEventArgs Constructor

BASS.NET API for the Un4seen BASS Audio Library
Initializes a new instance of the MidiMessageEventArgs class by initializing all of its properties.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public MidiMessageEventArgs(
	MidiMessageEventType pEventType,
	int pDeviceID,
	IntPtr pDevice,
	Object pMessage
)

Parameters

pEventType
Type: radio42.Multimedia.MidiMidiMessageEventType
The type of event which occurred (see MidiMessageEventArgs).
pDeviceID
Type: SystemInt32
The Midi device ID associated to this event.
pDevice
Type: SystemIntPtr
The Midi device handle associated to this event.
pMessage
Type: SystemObject
The data which should be passed along with the message event (depending on the event type this could be a MidiShortMessage, MidiSysExMessage or ).
See Also

Reference