BASS.NET API for the Un4seen BASS Audio Library

MidiMessageEventArgsShortMessage Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the Midi short message which was passed along with the event.

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

Should only be used, if the EventType is ShortMessage or ShortMessageError. For other event types this property will return .
See Also

Reference