BASS.NET API for the Un4seen BASS Audio Library

MidiShortMessage Constructor (IntPtr, IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of the MidiShortMessage.

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

public MidiShortMessage(
	IntPtr param1,
	IntPtr param2
)

Parameters

param1
Type: SystemIntPtr
The MIDI message that was received.
param2
Type: SystemIntPtr
The timestamp that the message was received by the input device driver.
Remarks

You might use this constuctor for example in your MIDIINPROC when receiving a MIM_DATA message.

MIDI messages received from a MIDI input port have running status disabled; each message is expanded to include the MIDI status byte.

See Also

Reference