BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDeviceIsOpened Property

BASS.NET API for the Un4seen BASS Audio Library
Returns if the Midi output device is opened - else .

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

public bool IsOpened { get; }

Property Value

Type: Boolean
Remarks

To open the Midi output device call the Open method. When you are done with the Midi input device you might call Close to actually close the device. Use the Send(MidiShortMessage) methods to send any message to the Device.
See Also

Reference