BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceIsOpened Property

BASS.NET API for the Un4seen BASS Audio Library
Returns if the Midi input 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 input device call the Open method. Use the Start method to start recording messages from the Device if it is opened and use Stop to stop recording from the device. When you are done with the Midi input device you might call Close to actually close the device. Any ShortMessage as well as any SysExMessage event will only be received between start and stop.
See Also

Reference