BASS.NET API for the Un4seen BASS Audio Library

MidiMessageEventArgsSysExMessage Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the Midi system-exclusive 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 MidiSysExMessage SysExMessage { get; }

Property Value

Type: MidiSysExMessage
Remarks

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

Reference