A MIDI Library for .NET

InputDevice.Open Method

Opens this input device.

public void Open();

Remarks

Note that Open() establishes a connection to the device, but no messages will be received until StartReceiving is called.

Exceptions

Exception Type Condition
InvalidOperationException The device is already open.
DeviceException The device cannot be opened.

See Also

InputDevice Class | Midi Namespace