BASS.NET API for the Un4seen BASS Audio Library

MidiOutputDevice Methods

BASS.NET API for the Un4seen BASS Audio Library

The MidiOutputDevice type exposes the following members.

Methods

  NameDescription
Public methodCode exampleClose
Closes the Midi output device using the DeviceID.
Public methodConnect
Connects this output device (must actually be a MIDI thru device) to a MIDI output device.
Public methodDisconnect
Disconnects this output device (must actually be a MIDI thru device) from a MIDI output device.
Public methodDispose
Releases all managed and unmanaged resources used by this class.
Protected methodFinalize
Destructor of the MidiOutputDevice for finalization code.
(Overrides ObjectFinalize.)
Public methodStatic memberGetDeviceCount
Returns the total number of available Midi output devices.
Public methodStatic memberGetDeviceDescription
Returns the name of the given output device ID.
Public methodStatic memberGetDeviceDescriptions
Returns all available Midi output device names.
Public methodStatic memberGetInfo
Determines the capabilities of a specified MIDI output device.
Public methodStatic memberCode exampleGetMidiPorts
Returns all available Midi output port IDs.
Public methodCode exampleOpen
Opens the Midi output device using the DeviceID.
Public methodCode exampleSend(Byte)
Sends a system-exclusive message to the output Device.
Public methodCode exampleSend(Int32)
Sends a short message to the output Device.
Public methodCode exampleSend(MidiShortMessage)
Sends a short message to the output Device.
Public methodCode exampleSend(MidiSysExMessage)
Sends a system-exclusive message to the output Device.
Public methodCode exampleSend(Byte, Byte, Byte)
Sends a short message to the output Device.
Public methodCode exampleSend(MIDIStatus, Byte, Byte, Byte)
Sends a short message to the output Device.
Top
See Also

Reference