BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceShortMessage Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the current (last) MidiShortMessage which was received from the Device.

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

public MidiShortMessage ShortMessage { get; }

Property Value

Type: MidiShortMessage
Remarks

Might return , if no message was received so far (this class must at least have received one Midi short messages before this member returns a valid message).

You might use the PreviousShortMessage member of this property to access the previous short message received etc.

See Also

Reference