BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceSysExMessage Property

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

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

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

Reference