The MidiOutputDevice type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the Midi output device using the DeviceID.
| |
| Connect |
Connects this output device (must actually be a MIDI thru device) to a MIDI output device.
| |
| Disconnect |
Disconnects this output device (must actually be a MIDI thru device) from a MIDI output device.
| |
| Dispose |
Releases all managed and unmanaged resources used by this class.
| |
| Finalize |
Destructor of the MidiOutputDevice for finalization code.
(Overrides ObjectFinalize.) | |
| GetDeviceCount |
Returns the total number of available Midi output devices.
| |
| GetDeviceDescription |
Returns the name of the given output device ID.
| |
| GetDeviceDescriptions |
Returns all available Midi output device names.
| |
| GetInfo |
Determines the capabilities of a specified MIDI output device.
| |
| GetMidiPorts |
Returns all available Midi output port IDs.
| |
| Open |
Opens the Midi output device using the DeviceID.
| |
| Send(Byte) |
Sends a system-exclusive message to the output Device.
| |
| Send(Int32) |
Sends a short message to the output Device.
| |
| Send(MidiShortMessage) |
Sends a short message to the output Device.
| |
| Send(MidiSysExMessage) |
Sends a system-exclusive message to the output Device.
| |
| Send(Byte, Byte, Byte) |
Sends a short message to the output Device.
| |
| Send(MIDIStatus, Byte, Byte, Byte) |
Sends a short message to the output Device.
|
See Also