BASS.NET API for the Un4seen BASS Audio Library

MidiSysExMessage Constructor (Boolean, IntPtr)

BASS.NET API for the Un4seen BASS Audio Library
Creates a new and empty instance of the MidiSysExMessage.

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

public MidiSysExMessage(
	bool input,
	IntPtr handle
)

Parameters

input
Type: SystemBoolean
Dealing with a Midi input device? (=input, =output).
handle
Type: SystemIntPtr
The handle to the MIDI device.
Remarks

You might use this one together with the CreateBuffer(Int32) method to construct your own Midi system-exclusive message.
See Also

Reference