BASS.NET API for the Un4seen BASS Audio LibraryMIDI_OUTCAPS MembersBASS.NET API for the Un4seen BASS Audio Library

The MIDI_OUTCAPS type exposes the following members.
Constructors

  NameDescription
Public methodMIDI_OUTCAPS
Default Constructor.
Back to Top
Methods

  NameDescription
Public methodToString
Returns the name of the Midi output device.
(Overrides OnlineObject ToString .)
Back to Top
Fields

  NameDescription
Public fieldchannelMask
Channels that an internal synthesizer device responds to.
Public fielddriverVersion
Version number of the device driver for the MIDI output device.
Public fieldmid
Manufacturer identifier of the device driver for the MIDI output device.
Public fieldname
Product name in a null-terminated string.
Public fieldnotes
Maximum number of simultaneous notes that can be played by an internal synthesizer device.
Public fieldpid
Product identifier of the MIDI output device.
Public fieldsupport
Optional functionality supported by the device.
Public fieldtechnology
Type of the MIDI output device.
Public fieldvoices
Number of voices supported by an internal synthesizer device.
Back to Top
Properties

  NameDescription
Public propertyIsMidiMapper
Is the device a Midi mapper?
Public propertyIsMidiPort
Is the device a Midi output port?
Public propertySupportsCache
Supports patch caching?
Public propertySupportsLRVolume
Supports separate left and right volume control?
Public propertySupportsStream
Provides direct support for the StreamOut function?
Public propertySupportsVolume
Supports volume control?
Back to Top
See Also