The MidiInputDevice type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddSysExBuffer |
Creates and adds a system exclusive buffer to the midi device.
| |
| Close |
Closes the Midi input device using the DeviceID.
| |
| Connect |
Connects this input device to a MIDI thru or output device.
| |
| Disconnect |
Disconnects this input device from a MIDI thru or output device.
| |
| Dispose |
Releases all managed and unmanaged resources used by this class.
| |
| Finalize |
Destructor of the MidiInputDevice for finalization code.
(Overrides ObjectFinalize.) | |
| GetDeviceCount |
Returns the total number of available Midi input devices.
| |
| GetDeviceDescription |
Returns the name of the given input device ID.
| |
| GetDeviceDescriptions |
Returns all available Midi input device names.
| |
| GetInfo |
Determines the capabilities of a specified MIDI input device.
| |
| GetMidiPorts |
Returns all available Midi input port IDs.
| |
| IsPairedControllerMessage |
Is the given MidiShortMessage a paired controller message?
| |
| Open |
Opens the Midi input device using the DeviceID.
| |
| Start |
Starts recording messages from the Midi input device using the DeviceID.
| |
| Stop |
Stops recording messages from the Midi input device using the DeviceID.
|
See Also