BASS.NET API for the Un4seen BASS Audio Library

MidiInputDeviceIsStarted Property

BASS.NET API for the Un4seen BASS Audio Library
Returns if the Midi input device is started and recording messages - else .

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

public bool IsStarted { 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 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