BASS.NET API for the Un4seen BASS Audio Library

MidiInputDevice Methods

BASS.NET API for the Un4seen BASS Audio Library

The MidiInputDevice type exposes the following members.

Methods

  NameDescription
Public methodAddSysExBuffer
Creates and adds a system exclusive buffer to the midi device.
Public methodCode exampleClose
Closes the Midi input device using the DeviceID.
Public methodConnect
Connects this input device to a MIDI thru or output device.
Public methodDisconnect
Disconnects this input device from a MIDI thru or output device.
Public methodDispose
Releases all managed and unmanaged resources used by this class.
Protected methodFinalize
Destructor of the MidiInputDevice for finalization code.
(Overrides ObjectFinalize.)
Public methodStatic memberGetDeviceCount
Returns the total number of available Midi input devices.
Public methodStatic memberGetDeviceDescription
Returns the name of the given input device ID.
Public methodStatic memberGetDeviceDescriptions
Returns all available Midi input device names.
Public methodStatic memberGetInfo
Determines the capabilities of a specified MIDI input device.
Public methodStatic memberCode exampleGetMidiPorts
Returns all available Midi input port IDs.
Public methodIsPairedControllerMessage
Is the given MidiShortMessage a paired controller message?
Public methodCode exampleOpen
Opens the Midi input device using the DeviceID.
Public methodCode exampleStart
Starts recording messages from the Midi input device using the DeviceID.
Public methodCode exampleStop
Stops recording messages from the Midi input device using the DeviceID.
Top
See Also

Reference