BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessageMessageAsIntPtr Property

BASS.NET API for the Un4seen BASS Audio Library
Gets the prepared pointer to the MIDI_HEADER structure ready to be used with a Midi device.

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

public IntPtr MessageAsIntPtr { get; }

Property Value

Type: IntPtr
Remarks

Use this property with the MIDI_InAddBuffer(IntPtr, IntPtr) method to provide a data buffer to an input device in order to receive a system-exclusive message.

Use this property with the MIDI_OutLongMsg(IntPtr, IntPtr) method to send a system-exclusive message to an output device.

Will return Zero, if the Message data buffer is not already prepared (see Prepare).

See Also

Reference