BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDevice Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new instance of a MidiOutputDevice.

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

public MidiOutputDevice(
	int deviceID
)

Parameters

deviceID
Type: SystemInt32
The output device number to use.
Remarks

Use the Open method to open the Midi device.

With the Send(MidiShortMessage) methods you can send any message to the output device.

When you are done with the device you might call the Close method to actually close the Midi output device.

See Also

Reference